Within control panel select Custom Error Pages. Select the error code link and place whatever code you like. Maintain the default file name it gives you or it will not work without additional changes to the .htaccess files.
If that does not work edit your htaccess file and add the following line:
ErrorDocument 404 /404.html
404.html would be the filename and path to your custom error page for a 404. You may do the same for other common errors.
- 342 Users Found This Useful
Related Articles
Create a 410 Redirect for Missing Files
A redirect which is often forgot about is the 410 redirect. This is search engine friendly in the...
Password Protect Directories
Within control panel select Password Protection. Select the directory you would like to protect....
html or htm parsed as shtml not working
To parse .html or .htm files as .shtml add the following to your .htaccess file in the...
Error 404 - File Not Found
Files are case sensitive. Make sure you are typing the address in correctly. Verify that the...
Meta Redirect
Adding this code to your web page will redirect your visitors to any address that you have...
