Whitespace.
This commit is contained in:
parent
9e69c0cbbd
commit
3098a79758
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
RewriteEngine On
|
RewriteEngine On
|
||||||
RewriteCond %{HTTPS} off
|
RewriteCond %{HTTPS} off
|
||||||
RewriteCond %{QUERY_STRING} Special:Userlogin [NC]
|
RewriteCond %{QUERY_STRING} Special:Userlogin [NC]
|
||||||
|
@ -7,6 +8,7 @@ RewriteCond %{HTTPS} off
|
||||||
RewriteCond %{QUERY_STRING} action= [NC]
|
RewriteCond %{QUERY_STRING} action= [NC]
|
||||||
RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [R=301,NE,L]
|
RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [R=301,NE,L]
|
||||||
|
|
||||||
|
|
||||||
# /wiki must come before /w due to prefix matching.
|
# /wiki must come before /w due to prefix matching.
|
||||||
ProxyPass {{wikipath}} {{proxyurl}}{{wikipath}}
|
ProxyPass {{wikipath}} {{proxyurl}}{{wikipath}}
|
||||||
ProxyPassReverse {{wikipath}} {{proxyurl}}{{wikipath}}
|
ProxyPassReverse {{wikipath}} {{proxyurl}}{{wikipath}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue