Article submitted
-----------------
The article "26. Managing 404 errors in SPIP - in progress" is submitted
for publication.
You are invited to review it and to give your opinion
in the forum linked to it. It is available at the address:
http://www.spip.net/ecrire/?exec=articles&id_article=3583
** 26. Managing 404 errors in SPIP - in progress **
by Mark
Since [Spip 1.8] it has become quite simple to create a template to manage
the 404 errors that a site visitor encounters if they requested a page that
does not exist.
What is that, a 404 error page ?
Whenever someone surfs on the Internet, it can often arise that the Web
page does not exist, or has ceased existing. Whenever a Web server
receives a request to supply that page, it can proceed in one of two
fashions:
either it returns a 404 error message — the number 404 having been
previously assigned to this type of error — to inform the user that the
requested page does not exist
or it returns a specific "404" page defined by the site owner which
usually contains a message that (...)