Posted by jj on 10/18/05 16:39
Hi,
I want to force a 404 error at certain times in my script, I have used this
line of code in a windows environment with success. But recently I have
moved over to Unix and this script only renders a blank screen without the
actual error being shown. Can any one help? thanks.
header("HTTP/1.1 404 Not Found");
[Back to original message]
|