|
|
#1 (permalink) |
|
Registered User
Seasoned Poster
Joined in Oct 2004
48 posts
Gave thanks: 0
Thanked 0 times
|
Error pages setup?
I have a couple of html error pages set up (400, 404, etc) - I tought I could place these trough cPanel/Error pages.
Clearly it doesn't work as simple as I imagined... Help? |
|
|
|
|
|
#3 (permalink) |
|
Registered User
Seasoned Poster
Joined in Oct 2004
48 posts
Gave thanks: 0
Thanked 0 times
|
Tried that - doesn't seem to work.
Even if I put the example (a bit personalised) from the cPanel-guide in the "error-modification-page", it doesn't show any difference than the standard |
|
|
|
|
|
#4 (permalink) |
|
Surpass Fan
Comfy Contributor
Joined in Nov 2004
164 posts
Gave thanks: 0
Thanked 0 times
|
I've never had problems in the past, you could always use htacess to set the page of your 404 error.
Try something like this in the .htaccess of your site. ErrorDocument 404 http://www.example.com/404page.html
__________________
Voltage |
|
|
|
|
|
#6 (permalink) | |
|
Yabadabadoo
Super #1
Joined in Nov 2004
Lives in B.C., Canada
Hosted on Dedicated
1,011 posts
Gave thanks: 7
Thanked 28 times
|
Quote:
|
|
|
|
|
|
|
#7 (permalink) | |
|
after g, before i
Super #1
Joined in Jul 2004
Hosted on Gojira
7,870 posts
Gave thanks: 44
Thanked 127 times
|
Quote:
|
|
|
|
|
|
|
#8 (permalink) | |
|
Yabadabadoo
Super #1
Joined in Nov 2004
Lives in B.C., Canada
Hosted on Dedicated
1,011 posts
Gave thanks: 7
Thanked 28 times
|
Quote:
|
|
|
|
|
|
|
#9 (permalink) | |
|
Registered User
Seasoned Poster
Joined in Oct 2004
48 posts
Gave thanks: 0
Thanked 0 times
|
I did the test and it's simple, as explained in "cPanelAccount"/docs/cpanel/index.html
Quote:
|
|
|
|
|