- Create your 404 page not found custom html page
- should include acknowledgement that the page doesnt exist
- should include a way to get back on track
- Upload your 404 page to the server
- Configure your server to point to the proper 404 page
- Connect to your site via FTP. Do you already have a file named .htaccess? If so, skip to step 3
- Create a new file. Name it .htaccess - use that exact name!
- Add the following line of text to the file:
ErrorDocument 404 /404.html - Save the file and upload it to your web site, if you have’t already.
For the record the reason this is important is if your default 404 is shown to a potential site visitor - chances are they simply mistyped something and will now abandon your site rather than continue looking
No comments:
Post a Comment