Dzahn has submitted this change and it was merged.

Change subject: (bug 44893) Set up redirect from tartupeedia.ee to a page on 
etwiki
......................................................................


(bug 44893) Set up redirect from tartupeedia.ee to a page on etwiki

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

Approvals:
  jenkins-bot: Verified
  Dzahn: Looks good to me, approved



diff --git a/redirects.conf b/redirects.conf
index e32d657..1bea954 100644
--- a/redirects.conf
+++ b/redirects.conf
@@ -46,6 +46,7 @@
         sep11.wikipedia.org \
         sources.wikipedia.org \
         status.wikipedia.org \
+        tartupeedia.ee *.tartupeedia.ee \
         textbook.wikipedia.org \
         vikimedija.org *.vikimedija.org \
         wicipediacymraeg.org *.wicipediacymraeg.org \
@@ -615,6 +616,10 @@
     RewriteCond %{HTTP_HOST} =wlm.wikimedia.org
     RewriteRule ^(.*)$ http://toolserver.org/~erfgoed$1 [R=301,L,NE]
 
+    # tartupeedia.ee (WMEE-owned domain) - bug 44893
+    RewriteCond %{HTTP_HOST} (.*)tartupeedia\.ee$
+    RewriteRule ^(.*)$ https://et.wikipedia.org/wiki/Portaal:Tartupeedia 
[R=301,L]
+
     # Send anything else that matched the ServerAlias to en.wikipedia.org
     RewriteRule ^(.*)$ http://en.wikipedia.org$1 [R=301,L,NE]
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I56871eebce06a81ef5f73f920ca0805111c47c45
Gerrit-PatchSet: 5
Gerrit-Project: operations/apache-config
Gerrit-Branch: master
Gerrit-Owner: Alex Monk <kren...@gmail.com>
Gerrit-Reviewer: Dzahn <dz...@wikimedia.org>
Gerrit-Reviewer: Jeremyb <jer...@tuxmachine.com>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to