https://bugzilla.wikimedia.org/show_bug.cgi?id=20445


Fred Vassard <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #2 from Fred Vassard <[email protected]>  2009-09-11 18:36:19 
UTC ---
The redirect indeed had a couple problems:
Use to be

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

Now is 

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

Sadly, the rewrites are cached, so it might take a while before the change
takes effect. 
However, the problem should be fixed once the cache expires. 


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to