Dzahn has submitted this change and it was merged.

Change subject: Make be-x-old.wikisource.org point to be.wikisource.org
......................................................................


Make be-x-old.wikisource.org point to be.wikisource.org

Bug: 41755
Change-Id: I4338483a46073dbb0827cc14c098d4b5091712d8
---
M redirects.conf
1 file changed, 5 insertions(+), 0 deletions(-)

Approvals:
  Faidon: Looks good to me, but someone else must approve
  Dzahn: Verified; Looks good to me, approved



diff --git a/redirects.conf b/redirects.conf
index e546165..a11bfc5 100644
--- a/redirects.conf
+++ b/redirects.conf
@@ -6,6 +6,7 @@
     ServerName redirector.wikipedia.org
     ServerAlias wikipedia.com *.wikipedia.com wikipedia.org \
         bookshelf.wikimedia.org \
+        be-x-old.wikisource.org \
         bugs.mediawiki.org \
         bugzilla.mediawiki.org \
         bugzilla.wikipedia.org \
@@ -235,6 +236,10 @@
 
     # Language aliases
 
+    # Bug 41755
+    RewriteCond %{HTTP_HOST} =be-x-old.wikisource.org
+    RewriteRule ^(.*)$ http://be.wikisource.org$1 [R=301,L,NE]
+
     RewriteCond %{HTTP_HOST} =de-beta.wikipedia.org
     RewriteRule ^(.*)$ http://de.wikipedia.org$1 [R=301,L,NE]
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I4338483a46073dbb0827cc14c098d4b5091712d8
Gerrit-PatchSet: 2
Gerrit-Project: operations/apache-config
Gerrit-Branch: master
Gerrit-Owner: Reedy <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: Faidon <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to