URL Mapping - ApacheCon 2005
Example of a 404 CGI handler.
The example provided below will send you email every time someone goes to a bad link on your web site
This can generate a lot of email
You have been warned
In your configuration file, put:
ErrorDocument 404 /cgi-bin/404.cgi
Index
Back to
Error documents
Forward to
CGI 404 handler
ApacheCon 2005 : URL Mapping - Slide #27 of 45