https://bugzilla.wikimedia.org/show_bug.cgi?id=26600
JeLuF <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |FIXED --- Comment #3 from JeLuF <[email protected]> 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 -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
