We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c48b70f commit 47542ceCopy full SHA for 47542ce
1 file changed
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