A tutorial that shows you how to set up your site so that you receive an email whenever a visitor encounters a file not found error. Can easily be adopted for other errors such as 400 (Bad Request), 401 (Authorization Required), 403 (Forbidden), and 500 (Internal Server Error). Requires an Apache web server with PHP installed.
Get notified when a script/program in your website returns an error! This tutorial will cut down the time you need in debugging your program! Very useful for beginners
Custom error documents are a valuable tool to have. Using this tutorial you'll be able to redirect any user to a specified location on your site if they have reached an error such as Error 404 - Document Not Found or Error 500 - Internal server Error. If you've re-designed your site recently or even moved some files around, this tutorial will show you how to use PHP and Apache's htaccess file to avoid losing traffic.