I'm running PHP as CGI instead of as an apache module because my hosting 
1) suggests it and 2) this way I can compile my own PHP with whatever 
options I want, including a custom php.ini.

Works great except when I load a page that doesn't exist, such as 
foo.php, I get "No input file specified." Instead of the standard 404 
error. Is there a way to customize this?

I've read about it and the consensus is that you can't. I don't 
understand why not, though. Wouldn't it be easy to add a custom 404 
error page via php.ini or something?

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

Reply via email to