Manual:$wgSend404Code

This page is a translated version of the page Manual:$wgSend404Code and the translation is 23% complete.
Muestra: $wgSend404Code
Send 404 HTTP status for not found pages.
Introducido en la versión:1.19.0 (r105645)
Eliminado en la versión:aún se usa
Valores permitidos:(booleano)
Valor predeterminado:true

Detalles

Web servers are supposed to send 404 responses for any not found page. If someone tries to load an article that doesn't exist, MediaWiki sends a 404 status. (Note, editing an article that doesn't exist does not send a 404 status) Some webservers try to intercept 404 responses and give "helpful" 404 response pages, which is quite annoying. Some webservers get the 404 intercepts severely wrong, causing garbage to be output. In either case, you should consider looking for a new web host, but if that's not an option then this setting can work around the issue.

In cases where for technical reasons it is more important for MediaWiki to send the correct status code than for the body to be transmitted intact, this configuration variable is ignored

Changes

Since MediaWiki 1.28 this setting also affects status code of "action=history" if the page is not there.