Error Pages

Status
Not open for further replies.

ilikecookeez14

New Member
Messages
10
Reaction score
0
Points
0
Has the policy allowing free users to use custom error pages been changed?

I have my website set up with custom error pages, but rather than using them it goes to the generic ones set up by x10Hosting.

http://survival303.pcriot.com/fakepage.php <-- Will show x10's 404 error page.

It should show this:
http://survival303.pcriot.com/404.shtml

I have it configured properly, and I has been working in the past, so I'm assuming either we can't use custom error pages anymore or (more likely) it was broken for some reason.

Is there something I can do to get my custom pages back?

Thanks.
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Seems like the server upgrades left a few configurations out (or the new set up does not allow them).

cPanel --> FileManager OR FTP
Open the .htaccess file in public_html
Add line:

ErrorDocument 404 /404.shtml

Note leading '/' . If you store your error pages in public_html/errors, the line would be

ErrorDocument 404 /errors/404.shtml

Same for your error pages for 403, 500, etc.
 
Status
Not open for further replies.
Top