If I set a http header to a 404, will the page then stop processing? It seems that way on one server but on another it continues to process what's on the page. I would prefer to have it continue to process so that I can provide further error messaging on the page. Is it a setting on the server perhaps?
2
-
Ok, Ive not given a good example. Its not just 404 pages, its any error page ie. 400's and 500's. If I set my header to any error code it seems to stop running the page. I want to set the header and then display an error message but it seems when it receives the header the page stops running and never displays the error message.LeeTee– LeeTee2012-05-21 09:51:38 +00:00Commented May 21, 2012 at 9:51
-
In fact please see my other post for more in depth example and showing the code. stackoverflow.com/questions/10653978/…LeeTee– LeeTee2012-05-21 11:47:26 +00:00Commented May 21, 2012 at 11:47
Add a comment
|