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
What is a domain?
A domain is a human-readable name assigned to an IP address to make accessing websites much...
My pages are updating/refreshing slowly
Refresh is immediate on the server. When a file is updated and uploaded it is there. If you are...
Redirect http to https and www
To forward a website to use both www. and https:// use the following in an .htaccess file:...
Why can I not ping my domain?
For security purposes we have closed off the ICMP port which is used for ping.
htaccess - Allow Let's Encrypt to Validate and Renew
When receiving the following Let's Encrypt error message:domain.com: The SSL certificate expires...
