Last modified: 2011-08-14 19:01:23 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T28600, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 26600 - *.wikimediacommons.org goes to Commons, but wikimediacommons.org goes to English Wikipedia
*.wikimediacommons.org goes to Commons, but wikimediacommons.org goes to Engl...
Status: VERIFIED FIXED
Product: Wikimedia
Classification: Unclassified
General/Unknown (Other open bugs)
unspecified
All All
: Normal major (vote)
: ---
Assigned To: Nobody - You can work on this!
http://wikimediacommons.org/
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-01-06 04:51 UTC by Krinkle
Modified: 2011-08-14 19:01 UTC (History)
6 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Comment 1 Roan Kattouw 2011-01-06 10:25:55 UTC
Not a DNS issue but a web server config issue.
Comment 2 John Du Hart 2011-07-31 21:44:03 UTC
Line 287 in redirects.conf should be

    RewriteCond %{HTTP_HOST} ([a-z]+\.)?wikimediacommons\.(net|info|mobi|eu|org)
Comment 3 JeLuF 2011-08-12 18:13:02 UTC
Done.

Index: redirects.conf
===================================================================
--- redirects.conf      (revision 34)
+++ redirects.conf      (working copy)
@@ -281,7 +281,7 @@
     RewriteCond %{HTTP_HOST} wikiversity.(com|net|info)
     RewriteRule ^(.*)$ http://wikiversity.org$1 [R=301,L]

-    RewriteCond %{HTTP_HOST} ([a-z]+).wikimediacommons.(net|info|mobi|eu|org)
+    RewriteCond %{HTTP_HOST} ([a-z-]+\.)*wikimediacommons.(net|info|mobi|eu|org)
     RewriteRule ^(.*)$ http://commons.wikimedia.org$1 [R=301,L]

     # Localised TLDs




HEAD / HTTP/1.0
Host: wikimediacommons.org
User-agent: JeLuF

HTTP/1.1 301 Moved Permanently
Date: Fri, 12 Aug 2011 18:12:00 GMT
Server: Apache
Location: http://commons.wikimedia.org/
Cache-Control: max-age=2592000
Expires: Sun, 11 Sep 2011 18:12:00 GMT
Connection: close
Content-Type: text/html; charset=iso-8859-1
Comment 4 Krinkle 2011-08-14 19:01:23 UTC
Thx

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links