Can't change the error pages?

Status
Not open for further replies.

ShedoSurashu

Member
Prime Account
Messages
42
Reaction score
0
Points
6
Hi all. I've edited my error pages but for some reason, it won't redirect to the one I made. It keeps redirecting to x10's default error message like this -> http://x10powered.com/errors/404.shtml. Is this a limitation? Or does it only take an hour for the server to update the error messages?
 

Livewire

Abuse Compliance Officer
Staff member
Messages
18,169
Reaction score
216
Points
63
cPanel's way of doing it doesn't function properly on our current hosting setup; open your .htaccess file either with cPanel's File Manager or FTP (usually easier to use cPanel for this), and add the following line(s) to the file:

Code:
ErrorDocument ### Path/To/Errordocument.ext

Where ### is the error code (404, 403, 500, etc), and Path/To/Errordocument.ext is the path to the error document you want to display. If you've made some via cPanel's error page manager, it'll likely be similar to this:

Code:
ErrorDocument 400 400.shtml
 
Status
Not open for further replies.
Top