https://bugzilla.wikimedia.org/show_bug.cgi?id=28229
JeLuF <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from JeLuF <[email protected]> 2011-04-06 17:40:42 UTC --- Fixed. Index: wikimedia.conf =================================================================== --- wikimedia.conf (revision 24) +++ wikimedia.conf (working copy) @@ -72,6 +72,9 @@ # Stats RewriteRule ^/stats(/(.*$)|$) http://wikimedia.org/stats/%{HTTP_HOST}/$1 [R=301,L] + # Load robots.txt from the wiki + RewriteRule ^/robots.txt$ /w/robots.php [L] + </VirtualHost> -- 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
