I created a custom error page in PHP that I want to handle all my 404 errors (error.php). It logs the requested page and displays a nice message to the user. I have set error.php as the URL that IIS should serve in the event of a 404 error. error.php displays correctly (is parsed) when I enter a non...