My custom error pages are not working (403, 404, etc.)
If you find your custom error pages are not working, look for the .htaccess file in your public_html directory.
Add these and other lines as needed:
Options All -Indexes
ErrorDocument 403 http://your_website_errorpage.com
ErrorDocument 404 http://your_website_errorpage.com