We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c48b70f + 47542ce commit 7108debCopy full SHA for 7108deb
server/conf/vhost.conf.master
@@ -474,7 +474,7 @@
474
RewriteCond %{HTTPS} off
475
<tmpl_if name='apache_version' op='<' value='2.4' format='version'>RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/
476
</tmpl_if>
477
- RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
+ RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L,NE]
478
479
480
0 commit comments