Agree.. If running IIS 7.0, you can download URL Rewrite module and do your
301 redirects.

If not, then you can use something like this which I have used in the past:

<cfheader statuscode="301" statustext="Moved permanently">
<cfheader name="Location" value="http://www.domain.com/url.htm";>
<cfabort>

-----Original Message-----
From: Dave Watts [mailto:[email protected]] 
Sent: Thursday, May 05, 2011 12:34 PM
To: cf-talk
Subject: Re: CF 301 Redirect on an HTML page


> The better answer is to work with your hosting provider.  If you are 
> on *nix hosting, htaccess can be set up site by site and|or directory 
> by directory so being on shared hosting _should_ not be an issue.  But 
> doing this at the web server level is the best way to capture ALL the 
> searching engine mojo of older pages.

This is the best answer. Use your web server's ability to redirect - you can
do this on any web server. Your hosting provider may need to help you here.

If you can't do this, then you may have to rely on meta redirects and/or
canonical URLs.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule,
and provides the highest caliber vendor-authorized instruction at our
training centers, online, or onsit



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:344279
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to