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...
How do I parse html files as shtml?
Create an .htaccess file in the directory needed and add the following: AddHandler...
Show longer file names in directory/folder index
If you've ever wanted to show longer file names in your directory listing just create or edit an...
Troubleshooting Cloudflare errors
You may encounter errors using CloudFlare from time to time. This article may help to resolve...
Can I change my username?
Usernames are setup in the manner for security. Most programs will allow you to save the...
