Skip to content
Snippets Groups Projects
Commit 47542cee authored by Florian Schaal's avatar Florian Schaal
Browse files

Add NE-Flag to rewrite_to_https

parent c48b70fb
No related branches found
No related tags found
No related merge requests found
......@@ -474,7 +474,7 @@
RewriteCond %{HTTPS} off
<tmpl_if name='apache_version' op='<' value='2.4' format='version'>RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/
</tmpl_if>
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L,NE]
</tmpl_if>
</tmpl_if>
</tmpl_if>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment