Tag: Apache

How to use htaccess to password protect your website

November 29th, 2017

There are many reasons why you would want to password protect your website, or a section of your website. Here's how to setup a .htaccess file to password protect your website.

Apache: Use .htaccess to redirect http to https

August 25th, 2018

I'm forever having to lookup how to use Apache's .htaccess to redirect http to https so here it is.

Apache: Use .htaccess to redirect non-www to www

August 25th, 2018

Here's how to redirect a non-www sub-domain request to the www subdomain using Apache's .htaccess file