If providing a 410 status code, what should I put in the statustext?

Or can I just:
<cfheader statuscode="410"/>

On Tue, Aug 17, 2010 at 11:45 AM, Jacob <ja...@excaliburfilms.com> wrote:

>
> I have been using cfheader for 301 without any issues.
>
> -----Original Message-----
> From: Matthew Smith [mailto:chedders...@gmail.com]
> Sent: Tuesday, August 17, 2010 9:39 AM
> To: cf-talk
> Subject: best 301 method
>
>
> Which is preferred?
>
> <cfheader statuscode=†301″ statustext=†Moved permanently† />
> <cfheader name=†location† value=â€
> http://www.mysite.com/new-location-for-content/â<http://www.mysite.com/new-location-for-content/%C3%A2>€
>  />
>
> or
> <cflocation
> url = 
> “http://www.mysite.com/new-location-for-content/â<http://www.mysite.com/new-location-for-content/%C3%A2>
> €
> addToken = “noâ€
> statusCode = “301″>
>
> Redoing all links on my site for better seo.
>
> --
> Regards,
> Matthew Smith
>
>
>
>
> 

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

Reply via email to