> From: Ben Nadel [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, April 11, 2006 10:25 AM
> 
> A client site of mine is getting a bunch of 404 errors now when
> Google/MSN/Yahoo bots are trying to find pages that were on 
> their old site. 
> 
> Will this problem just fix itself over time? 

Yes, it would, but it may not be the best option.
 
> Should I set the header info (other than a 404 status)? 
> Something like a
> permanent redirect or a permanent not found or something? 

I would try to do something like this.  I like to do redirects, CF has a
way to do that:

<cfheader statuscode="301" statustext="Moved Permanently">
<cfheader name="Location" value="#newURL#">
<cfabort>


----------------


[INFO] -- Access Manager:
This transmission may contain information that is privileged, confidential 
and/or exempt from disclosure under applicable law.  If you are not the 
intended recipient, you are hereby notified that any disclosure, copying, 
distribution, or use of the information contained herein (including any 
reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in 
error, please immediately contact the sender and destroy the material in its 
entirety, whether in electronic or hard copy format.  Thank you.   A2



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237451
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to