RobH has submitted this change and it was merged.

Change subject: fixing or statement
......................................................................


fixing or statement

Change-Id: I48d34054870ffc9bb87aecf808a626eb80bd30c2
---
M redirects.conf
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  RobH: Verified; Looks good to me, approved



diff --git a/redirects.conf b/redirects.conf
index 6056291..53e04e7 100644
--- a/redirects.conf
+++ b/redirects.conf
@@ -336,7 +336,7 @@
     RewriteRule ^(.*)$ http://en.wikipedia.org$1 [R=301,L,NE]
 
     RewriteCond %{HTTP_HOST} =wikiipedia.org [OR]
-    RewriteCond %{HTTP_HOST} =www.wikiipedia.org [OR]
+    RewriteCond %{HTTP_HOST} =www.wikiipedia.org
     RewriteRule ^(.*)$ http://www.wikipedia.org$1 [R=301,L,NE]
 
     RewriteCond %{HTTP_HOST} =wikipedia.com [OR]

-- 
To view, visit https://gerrit.wikimedia.org/r/54586
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I48d34054870ffc9bb87aecf808a626eb80bd30c2
Gerrit-PatchSet: 1
Gerrit-Project: operations/apache-config
Gerrit-Branch: master
Gerrit-Owner: RobH <[email protected]>
Gerrit-Reviewer: RobH <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to