Greenguy's Board


Go Back   Greenguy's Board > Programming & Scripting
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rating: Thread Rating: 2 votes, 5.00 average. Display Modes
Old 2008-08-03, 09:04 PM   #1
Tekster
Formerly known as TekAngel
 
Tekster's Avatar
 
Join Date: Feb 2007
Location: Valley of the Sun
Posts: 1,951
Send a message via ICQ to Tekster
How about making your own 404 page? I think that would work better. Any thoughts?
__________________
Mr. Eros Free Porn Links
iPhone Porn Phone-Pics
Tekster is offline   Reply With Quote
Old 2008-08-04, 09:43 AM   #2
balls_deep
If you really need money, you can sell your kidney or even your car
 
balls_deep's Avatar
 
Join Date: Apr 2007
Posts: 374
Quote:
Originally Posted by TekAngel View Post
How about making your own 404 page? I think that would work better. Any thoughts?
You will always have more success making your own 404 pages, at least a surfer hasn't seen it before.
balls_deep is offline   Reply With Quote
Old 2008-08-04, 04:26 PM   #3
Useless
Certified Nice Person
 
Useless's Avatar
 
Join Date: Oct 2003
Location: Dirty Undies, NY
Posts: 11,268
Send a message via ICQ to Useless
Maybe a sponsor could give you a toolbar installer while you're at it.
__________________
Click here to purchase a bridge I'm selling.
Useless is offline   Reply With Quote
Old 2008-08-05, 03:15 AM   #4
poornpig
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?
poornpig is offline   Reply With Quote
Old 2008-08-05, 04:47 PM   #5
virgohippy
Madness is like gravity. All it takes is a little... push.
 
virgohippy's Avatar
 
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.
virgohippy is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:16 PM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc