Author: psychonaut
Description:
As per RFC 2616, MediaWiki should return a 410 HTTP status code (410 Gone) for pages which have been deleted. This will assist search engines, link checkers, and other automated tools in removing links to wiki pages which no longer exist. Note that MediaWiki can still display whatever web page it normally does when the user accesses a deleted page; it's just the HTTP status code which should be altered (from 200 OK to 410 Gone).
See also Bug 2585.
Version: unspecified
Severity: minor