In httpd.conf, I put in this line.
ErrorDocument 404 /404.html
Now, when I go to
www.myweb.com/123, I see the 404.html. But when I
enter this line into the httpd.conf.
ErrorDocument 404 /404.php
And enter
www.myweb.com/123, I get "The page cannot be found". There
is a "404.php" page in the root, I have also been working with PHP for
a long time on Apache 2.0 with nothing wronge. Any help on what I am
not doing right?
btw.... The php page is lager than 70 bytes.
Thank you, Chris.