add .htaccess for TLS redirect

master
Norwin 6 lat temu
rodzic 87403ddc8e
commit 1b75da1c08
Podpisane przez: norwin
ID klucza GPG: 24BC059DE24C43A3

@ -0,0 +1,6 @@
RewriteEngine On
# enforce HTTPs
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://%{SERVER_NAME}/$1 [R,L]
Ładowanie…
Anuluj
Zapisz