add .htaccess for TLS redirect

master
Norwin 6 年之前
父節點 87403ddc8e
當前提交 1b75da1c08
簽署人: norwin
GPG Key ID: 24BC059DE24C43A3

@ -0,0 +1,6 @@
RewriteEngine On
# enforce HTTPs
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://%{SERVER_NAME}/$1 [R,L]
Loading…
取消
儲存