|
|
|
|
|
|
|
![]() |
#1 |
Formerly known as TekAngel
|
How about making your own 404 page? I think that would work better. Any thoughts?
|
![]() |
![]() |
![]() |
#2 |
If you really need money, you can sell your kidney or even your car
Join Date: Apr 2007
Posts: 374
|
You will always have more success making your own 404 pages, at least a surfer hasn't seen it before.
|
![]() |
![]() |
![]() |
#3 |
Certified Nice Person
|
Maybe a sponsor could give you a toolbar installer while you're at it.
![]()
__________________
Click here to purchase a bridge I'm selling. |
![]() |
![]() |
![]() |
#4 |
Rock stars ... is there anything they don't know?
Join Date: Aug 2008
Posts: 16
|
If the 404 Error Page is set up in the .htaccess, the request returned already a 404.
For a crawler of a searchengine it would look like this: Host example.com GET /something.html HTTP/1.1 -> 404 <html> .... Now it is the question if the crawler fetches the 404 error page. I have not noticed, that google or yahoo are doing this. Google does it only if you use the webmaster tools and verify your domain. This is to check if your server does return the 404 correctly. A normal client (not everyone) would see the same as above but it would render the html send by the webserver. this would be the 404 error page, which is send by the webserver. Now i could ask why do you have 404? is it good not to dispaly an error message? |
![]() |
![]() |
![]() |
#5 |
Madness is like gravity. All it takes is a little... push.
Join Date: Feb 2006
Location: California
Posts: 1,679
|
I prefer to turn off indexes in htaccess:
Options -Indexes and let the error message display. If I accidentally delete a submitted page from my server I'd rather a reviewer see a 404 error then redirect.
__________________
~Warm and Fuzzy. ![]() |
![]() |
![]() |
![]() |
|
|