Personal Error pages on the website
If you want to have error pages on your site such as 404 that the page was not found, you can do it as follows: Log in to cPanel - File Manager - public_html Create a ".htaccess" file (with a full stop, but check if you already have it) In that file, enter the following: ErrorDocument 403 /403.html ErrorDocument [...]

