Jump to content

Having Trouble With With header("HTTP/1.0 404 Not Found") In FireFox


phpQuestioner

Recommended Posts

I am not able to get header("HTTP/1.0 404 Not Found"); to work in FireFox. Why Not and Is There A Way Use header("HTTP/1.0 404 Not Found"); for any and all browser (so that it will work)? It works fine in IE, but FireFox just opens the normal php page.

unfortunately - no my server does not - but I guess I could just create an error page and use header("Location: "); to redirect to it. If FF cannot accommodate the 404 header error; then I guess that is my only option; besides sending person to another website (like google, yahoo, etc.... - something like that; you know....).

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.