Hi,
I've an old Mediawiki Version:
MediaWiki: 1.15.1
PHP: 5.4.45 (cgi-fcgi)
MySQL: 5.5.40-log
Problem/Case:
If article does not exist yet = Red hyperlink it behaves in my version like:
http://xy.com/wiki/index.php?title=AAA&action=edit&redlink=1 - 302 Moved Temporarily
goes to (redirect)
http://xy.com/wiki/AAA - 404 Not Found
Now I see that Wikipedia makes "redlink=1" URL to a HTTP status code 200.
(like https://de.wikipedia.org/w/index.php?title=Procure-to-Pay&action=edit&redlink=1)
How can I change that also in my Mediawiki like Wikipedia?
Was this a mistake/bug (to generate 302 instead of 200) from the version 1.15.1?
(Google Webmasterools discovered this errors too)
Best regards
Mark