Knowledge Base Articles
Do you allow custom error pages?Yes, you can set up your own custom error pages, by using .htaccess file. When you create your custom error page and save it to public_html as 404.html, use the code below in your .htaccess: ErrorDocument 404 /404.html This code can be adopted to other error pages by changing the numbers. |
Go back