On Thu, May 5, 2011 at 3:05 PM, Chris Bracciano <bracc...@gmail.com> wrote:
>
> Hello all-
> I have a rather strange request. I have old web pages that Google is still 
> finding links for so I want to utilize this power. These old links have new 
> equivalents. The problem is, the old links are so old that they are .htm 
> files. My site is now CF8 hosted. Doing a simple 301 redirect is proving 
> quite difficult.
>


Only other way to go about it is creating a blank page and use a meta
refresh tag with a please wait you will be redirected to our site in x
seconds


<meta http-equiv="refresh" content="2;url=http://webdesign.about.com/";>

But this isn't the best thing where a real 301 redirect would be best
fit... It is how ever a way around not having access to htacces or
another mechanism

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:344275
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to