added .htaccess, removed output dir

This commit is contained in:
Don Harper 2019-06-15 22:03:37 -05:00
parent 16faf104fb
commit 2ceb098575
2 changed files with 4 additions and 1 deletions

4
static/.htaccess Normal file
View file

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