I am running apache and php.  I want to create a custom 404 page for my 
site.  I have created a .htaccess file and "ErrorDocument 404 /error.php3" 
line to it.

If someone tries to view www.myserver.com/thispagedoesnotexist.htm the 404 
page is displayed without issue.

If someone tries to view www.myserver.com/thispagedoesnotexist.php3 then the 
following message is displayed instead of the 404 page.

"Fatal error: Unable to open /path/to/my/page/thispagedoesnotexist.php3 in - 
on line 0
No input file specified. "

How do I resolve this issue?

Thank you.

_________________________________________________________________
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to