We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b2d746 commit 1d71733Copy full SHA for 1d71733
1 file changed
.htaccess
@@ -11,3 +11,6 @@ RewriteRule ^([a-z]{2})/?$ index.php?l=$1 [L]
11
# e.g. http://my-site.com/my-page/en/
12
RewriteRule ^([a-z]{2})/([^/]+)/?$ index.php?p=$2&l=$1 [L]
13
14
+# Force the URL to be https (only if you have an SSL certificate)
15
+# RewriteCond %{HTTP:X-Forwarded-SSL} off
16
+# RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
0 commit comments