|
How do I create a custom 404 page?
|
First, create the html page that you want to be shown when a 404 error
occurs, name it 404.html, and upload to your data directory.
Next, create a file called .htaccess and put this in it:
&nbps;ErrorDocument 404 http://www.yourdomain.com/404.html
Upload this to your data directory.
Back to FAQ's
|
|