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
|
||||
RewriteCond %{HTTPS} off
|
||||
RewriteCond %{QUERY_STRING} Special:Userlogin [NC]
|
||||
|
@ -7,6 +8,7 @@ RewriteCond %{HTTPS} off
|
|||
RewriteCond %{QUERY_STRING} action= [NC]
|
||||
RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [R=301,NE,L]
|
||||
|
||||
|
||||
# /wiki must come before /w due to prefix matching.
|
||||
ProxyPass {{wikipath}} {{proxyurl}}{{wikipath}}
|
||||
ProxyPassReverse {{wikipath}} {{proxyurl}}{{wikipath}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue