dvilner Posted January 20, 2011 Share Posted January 20, 2011 We have several sites that run PHP content on IIS6 (PHP version 5.3.3); "404" handling is configured as default (404b.html). My question is: how is "404" really handled? For instance, if a request for a missing PHP file comes through, does the IIS intercept, sending a 404 back to the client, or the request get handled by the PHP processor FIRST and then it's handed off to the IIS? Thank you! Quote Link to comment https://forums.phpfreaks.com/topic/225050-404-handling/ Share on other sites More sharing options...
trq Posted January 20, 2011 Share Posted January 20, 2011 if the requested php file is missing, your php handler never gets to see the request. Quote Link to comment https://forums.phpfreaks.com/topic/225050-404-handling/#findComment-1162350 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.