Add .htaccess

This commit is contained in:
Don Harper 2017-01-13 11:27:44 -06:00
parent 885e73a979
commit 4faaa49347

4
.htaccess Normal file
View file

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