how 404 page?

Status
Not open for further replies.

WoMBaT

New Member
Messages
334
Reaction score
0
Points
0
How and where do I upload my own costom made 404 page?
 
B

Brandon

Guest
Well I can't find it anymore in cpanel I don't think X10 wants you to but search for .htaccess 404 error page
 

Bryon

I Fix Things
Messages
8,149
Reaction score
101
Points
48
You can do it. :)

In your main .htaccess file in public_html, add a line for each HTTP error code that you want to "control".

This is the line:
Code:
ErrorDocument [Code] [Full/Path/To/Page.extension]

Example for a 404 error (File not found):

Code:
ErrorDocument 404 /errorPages/notFound.php
 

bigguy

Retired
Messages
10,984
Reaction score
10
Points
38
Maybe this should be stuck somewhere as a tut so all members know how to add there own ??
 

Bryon

I Fix Things
Messages
8,149
Reaction score
101
Points
48
"Did x10 remove it from the cpanel for a reason"

I don't believe so..

Cron jobs are gone aswell.. :-(

You can still edit them if you rememeber the directories.. (Like for cron jobs it's "/cron/index.html")
 

bigguy

Retired
Messages
10,984
Reaction score
10
Points
38
They can be added back but as far as I know it was to preserve resources.
 

motokruisers

New Member
Messages
234
Reaction score
0
Points
0
cant login to cpanel and site is down again. acn anyone give me the login link pls.
 

bigguy

Retired
Messages
10,984
Reaction score
10
Points
38
Why would you post that in here ? Can you make your own thread about the problem please.
 
Status
Not open for further replies.
Top