I'm doing the following:

<cfheader statuscode="301" statustext="Moved permanently">
<cfheader name="Location" value="#SomeNewURL#">

It produces a 302 status code

So I tried

<cfheader statuscode="301" statustext="Moved 
permanently#Chr(13)##Chr(10)#Location:#SomeNewURL#">
<cfheader name="Location" value="#SomeNewURL#">

Finally I tried

<cflocation url="#SomeNewURL#" statuscode="301" addtoken="false">

ALL produced 302 status codes .. has anyone figured this out - did some 
searching without luck.

Thanks in advance
Paul Giesenhagen
Quill Design
http://www.quilldesign.com



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

Reply via email to