added forgotten third line of .htaccess

This commit is contained in:
asus
2023-11-05 21:57:59 +01:00
parent ce8b1a10f3
commit d00efa943c

View File

@@ -1,2 +1,3 @@
RewriteEngine On RewriteEngine On
RewriteCond %{HTTPS} off RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]