Hello, is it possible to modify Mediawiki so that when you do a #REDIRECT, it sends an HTTP 301 or 302 redirect to the target page? Currently, it just returns HTTP 200 (OK), along with a near duplicate of the target's HTML.
The HTML that it returns includes a rel="canonical" link to the target page, but Google has been equivocal about whether this passes as much PageRank as an HTTP redirect, so I'd like to know if an HTTP redirect to the target page is an option.
Cheers, Forest