On Tue, Aug 17, 2010 at 12:38 PM, Matthew Smith <chedders...@gmail.com>wrote:

>
> Which is preferred?
>
> <cfheader statuscode=”301″ statustext=”Moved permanently” />
> <cfheader name=”location” value=”
> http://www.mysite.com/new-location-for-content/” />
>
> or
> <cflocation
> url = “http://www.mysite.com/new-location-for-content/”
> addToken = “no”
> statusCode = “301″>
>
> Redoing all links on my site for better seo.
>
>
Same thing, prior to CF8 you couldn't use status code IN the cflocation
itself.


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

Reply via email to