Generating a 404 status message with header()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I've got an ErrorDocument directive defined in my htaccess file.

If I, for example, enter into my browser:

  http://mydomain.com/doesnotexist.html

the 404 directive is triggered and 404 document correctly comes up.

I have another file (doesexist.php) with the contents:

<?PHP
header("HTTP/1.0 404 Not Found");
?>

If I enter into my browser:

 http://mydomain.com/doesexist.php

I get a blank page. Apparently, this does not trigger the 404 directive.

Should it? Is it possible to write a doesexists.php script which would cause the 404 directive to be triggered?

I also tried: header("Status: 404 Not Found"); but this did not work either.





--
== Eric Gorr =============================== http://www.ericgorr.net ===
"I believe each individual is naturally entitled to do as he pleases
with himself and the fruits of his labor, so far as it in no way
interferes with any other man's rights." - Abraham Lincoln
== Insults, like violence, are the last refuge of the incompetent... ===

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux