Last modified: 2011-08-14 19:01:23 UTC
* http://en.wikimediacommons.org/ * http://de.wikimediacommons.org/ * http://commons.wikimediacommons.org/ * http://www.wikimediacommons.org/ * http://wikimediacommons.org/
Not a DNS issue but a web server config issue.
Line 287 in redirects.conf should be RewriteCond %{HTTP_HOST} ([a-z]+\.)?wikimediacommons\.(net|info|mobi|eu|org)
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
Thx