How to customize your Website’s Error Pages (revised)

Minor update to the document, to change the following lines in the .htaccess file:

Old: ErrorDocument 401 http://david-e-young.com/401page.htm
        ErrorDocument 403 http://david-e-young.com/403page.htm
        ErrorDocument 404 http://david-e-young.com/404page.htm
        ErrorDocument 500 http://david-e-young.com/500page.htm

New: ErrorDocument 401 /401page.htm
         ErrorDocument 403 /403page.htm
         ErrorDocument 404 /404page.htm
         ErrorDocument 500 /500page.htm

This change accomodates both https:// and http:// connections

This article explains the process for customizing the standard 404 and other error pages on your Website.

PDF Article Here

 

Share this post:
Share on Twitter Button   Share on Facebook Button   Share on LinkedIn Button   Share on Reddit Button

david

A developer with more than a decade of professional programming experience on multiple platforms. Windows (Win32 through .NET), as well as Web technologies.