added .htaccess file
This commit is contained in:
parent
e42e4db167
commit
bf0252ad5f
1 changed files with 4 additions and 0 deletions
4
static/.htaccess
Normal file
4
static/.htaccess
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
RewriteEngine On
|
||||
RewriteCond %{SERVER_PORT} 80
|
||||
RewriteRule ^(.*)$ https://www.donaldharper.com/$1 [R,L]
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue