added support for .htaccess

This commit is contained in:
Don Harper 2017-02-22 13:18:46 -06:00
parent fac0ef25cb
commit e671b67c1a
2 changed files with 5 additions and 0 deletions

4
.htaccess Normal file
View file

@ -0,0 +1,4 @@
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.duckland.org/$1 [R,L]