add .htaccess for TLS redirect
parent
87403ddc8e
commit
1b75da1c08
@ -0,0 +1,6 @@
|
||||
RewriteEngine On
|
||||
|
||||
# enforce HTTPs
|
||||
RewriteCond %{SERVER_PORT} 80
|
||||
RewriteRule ^(.*)$ https://%{SERVER_NAME}/$1 [R,L]
|
||||
|
Loading…
Reference in New Issue