Update .htaccess file for HTTPS.

This commit is contained in:
StevenLawson 2017-07-11 21:59:24 -04:00
parent c8110a9588
commit 3152b7bd21

View file

@ -1,5 +1,5 @@
Options -Indexes
ErrorDocument 403 "<a href='http://totalfreedom.me'><img src='http://totalfreedom.me/images/403.png' /></a>"
ErrorDocument 404 "<a href='http://totalfreedom.me'><img src='http://totalfreedom.me/images/404.png' /></a>"
ErrorDocument 403 "<a href='https://totalfreedom.me'><img src='https://totalfreedom.me/images/403.png' /></a>"
ErrorDocument 404 "<a href='https://totalfreedom.me'><img src='https://totalfreedom.me/images/404.png' /></a>"
Redirect 301 /staff/ /staff.html
Redirect 301 /staff/ /staff.html