mirror of
https://github.com/TotalFreedomMC/Website.git
synced 2024-12-22 16:25:12 +00:00
Update .htaccess file for HTTPS.
This commit is contained in:
parent
c8110a9588
commit
3152b7bd21
1 changed files with 3 additions and 3 deletions
|
@ -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
|
Loading…
Reference in a new issue