My 404 Back =P

Status
Not open for further replies.

yahia

New Member
Messages
338
Reaction score
0
Points
0
Hi,

I saw that x10 has customized the 404 error pages.
That's a good thing for advertising, but there are only links to x10

=> no link for the domain or site's homepage.
Can you add this little plus? it's very important IMO.
 

YamiKaitou

Member
Messages
636
Reaction score
0
Points
16
You can always create your own error document. Just put in your .htaccess "ErrorDocument 404 /404.php"
 

Cynical

Active Member
Messages
3,492
Reaction score
0
Points
36
Or do it from cPanel -- look for the "Custom Error Messages" button.
 

yahia

New Member
Messages
338
Reaction score
0
Points
0
look guys, before this, I had 404.shtml, 403.shtml, etc. on public_html folder, and all worked well.
But now the 404 error brings the x10 page, not my custom document.
I didn't have to do that from cpanel before.
Should I do it now? did sth change?

Well, I'll try that and tell you if it works... right now the server is down so I'm not able to do so.
 

jaygreentree

Member
Messages
148
Reaction score
1
Points
16
yahia said:
look guys, before this, I had 404.shtml, 403.shtml, etc. on public_html folder, and all worked well.
But now the 404 error brings the x10 page, not my custom document.
I didn't have to do that from cpanel before.
Should I do it now? did sth change?

Well, I'll try that and tell you if it works... right now the server is down so I'm not able to do so.

The x10 error page you are talking about displays if there is a problem with the server so its not your fault its because the server has been having more problems after a reboot a few days ago which caused one of the drives to mess up but corey has been working to get it back to normal.
 

Chris Z

Active Member
Messages
5,603
Reaction score
0
Points
36
jay, i think he's asking why his 404 pages aren't showing, and the answer is probably just so that x10 can possibly gain more money by having thier custom errror pages, besides, they provide this service for free, so i don't think you should be complaining, yahia
 

yahia

New Member
Messages
338
Reaction score
0
Points
0
Chris Z said:
jay, i think he's asking why his 404 pages aren't showing, and the answer is probably just so that x10 can possibly gain more money by having thier custom errror pages, besides, they provide this service for free, so i don't think you should be complaining, yahia

That's exactly the matter here thank you. :)

In fact, I know that it is worth it, but at least provide the link back to the site (not only x10 links) !! This is so unfair... and will make the visitors run away quickly after a broken link :(

and Micro: how do you do it? ^^
 
Last edited:

jaygreentree

Member
Messages
148
Reaction score
1
Points
16
just add something like this to your .htaccess file:

Code:
ErrorDocument 400 /400.php #400 = (Bad request)
ErrorDocument 401 /401.php #401 = (Authorization required)
ErrorDocument 403 /403.php #403 = (Forbidden Access)
ErrorDocument 404 /404.php #404 = (File Not Found)
ErrorDocument 500 /500.php #500 = (Internal server error)

you can remove the comments (anything after #) and be sure to change the .php files to your actual page and the pages must exist.
 

yahia

New Member
Messages
338
Reaction score
0
Points
0
In fact, the .htasses .htaccess (sorry^^) editing did work out.
Thanks :)

Hopefully x10 doesn't deactivate this also.
 
Last edited:
Status
Not open for further replies.
Top