https://bugzilla.wikimedia.org/show_bug.cgi?id=28242
--- Comment #7 from Bawolff <[email protected]> 2011-03-26 21:13:52 UTC --- Fixed in r84820 by making it send 301 (permenent) redirects instead of 302 (Temporary) redirects. Based on googling, google will report the target as the page's url when following a 301, but will report the original url when following a 302. Furthermore, interwiki redirects of that form are really permanent, so they should have a 301 redirect. I only changed what happens when you go to a url of the form http://en.wikipedia.org/wiki/B:Pt:P%C3%A1gina_principal . Pages with #Redirect[[B:Some page on wikibooks]] on them will still do 302's since they are arguably non-permenant. (Although if it has chained interwikis, the actual page with #Redirect will be a 302, but the rest in the chain will be 301) Marking as fixed. I unfortunately don't have any real way to test this though since I don't control google. -- 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
