>> 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>
> 
> 

So, just so I'm clear on SE practices...

He said that he has no idea what pages were supposed to correspond to 
old pages.  If he just redirects them all to the root (index.cfm), they 
won't lose the ranking, and over time, the new site will not be 
blacklisted or anything.  Sorry to jump in the middle if this has 
already been answered, but I'm having a similar problem right now.

Ray

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237452
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