If you look in the error log for your site you'll find the
actual pathname that wasn't found. In your cPanel, look
under Stats -- that will tell you where to put the error
document.
For example:
[Sun Jun 15 01:50:47 2003] [error] [client 203.203.132.234]
File does not exist:
/home/something/public_html/404.shtml
You may also have to check the server-wide error log at
/usr/local/apache/logs/error_log :
[Sun Jun 15 01:49:49 2003] [error] [client 66.11.162.123]
File does not exist:
/usr/local/apache/htdocs/404.shtml
|