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! 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. Link to comment https://forums.phpfreaks.com/topic/225050-404-handling/#findComment-1162350 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.