We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deadff6 commit 347cec4Copy full SHA for 347cec4
images/web/config/production.conf
@@ -12,10 +12,10 @@
12
RewriteCond %{HTTPS} off
13
RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
14
15
- ; # Redirect to www openstreetmap.org
16
- ; RewriteCond %{HTTP_HOST} =openstreetmap.org
17
- ; RewriteCond %{HTTP_HOST} !^www\. [NC]
18
- ; RewriteRule .* https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
+ # Redirect to www openstreetmap.org
+ # RewriteCond %{HTTP_HOST} =openstreetmap.org
+ # RewriteCond %{HTTP_HOST} !^www\. [NC]
+ # RewriteRule .* https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
19
20
<Location />
21
CGIPassAuth On
0 commit comments