no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


faq:web07 [2011/04/30 19:21] (current) – created georg
Line 1: Line 1:
 +<code>
 +[07] CAN I DEFINE MY OWN 403, 404 and 405 ERRORDOCUMENTS?
  
 +     Yes, just create an .htaccess file in your base html
 +     directory and populate it with an entry like this:
 +
 +     ErrorDocument 404 /404.html
 +
 +     When the '404.html' file contains your custom 404
 +     file not found error message.
 +
 +</code>
 +[[faq:web|back]]