added .htaccess file

This commit is contained in:
Don Harper 2019-06-14 19:44:20 -05:00
parent e42e4db167
commit bf0252ad5f

4
static/.htaccess Normal file
View file

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