Whitespace.

This commit is contained in:
Ralph Bean 2014-12-08 20:53:14 +00:00
parent 9e69c0cbbd
commit 3098a79758

View file

@ -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}}