> My understanding is that cf sends a 301 status,
> moved permanently.

By default CF will use a 302 redirect unless you specify otherwise.  Newer
versions of CF have a statuscode attribute on CFLOCATION which will let you
specify the 301 directly.  On older versions you have to use CFHEADER to set
the status code.

The default 302 would be used for temporary redirects.  A 301 should be used
for a permanent redirect (if you're changing from one domain to another or
renaming files, for example).


-Justin Scott



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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-community/message.cfm/messageid:322784
Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-community/unsubscribe.cfm

Reply via email to