RE: best 301 method

2010-08-17 Thread Paul Vernon
> If providing a 410 status code, what should I put in the statustext? "Gone" should just about cover it! Paul ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp

Re: best 301 method

2010-08-17 Thread Matthew Smith
If providing a 410 status code, what should I put in the statustext? Or can I just: On Tue, Aug 17, 2010 at 11:45 AM, Jacob wrote: > > I have been using cfheader for 301 without any issues. > > -Original Message- > From: Matthew Smith [mailto:chedders...@gmail.com] > Sent: Tuesday, Au

Re: best 301 method

2010-08-17 Thread Michael Dinowitz
Both work well, but I prefer the cflocation method. It's cleaner looking while the cfheader looks kind of hackish. I list it in my style guide as "favor cflocation over cfheader when doing redirects" -- Michael Dinowitz Lead Author - Adobe Coldfusion Anthology http://www.amazon.com/Adobe-Coldfusi

RE: best 301 method

2010-08-17 Thread Robert Harrison
I use CFLOCATION with status=301. Google picks up on that right away and browsers understand it to, so CFLOCATION also works fine. Robert B. Harrison Director of Interactive Services Austin & Williams 125 Kennedy Drive, Suite 100 Hauppauge NY 11788 P : 631.231.6600 Ext. 119 F : 631.434.7022 ht

Re: best 301 method

2010-08-17 Thread Casey Dougall
On Tue, Aug 17, 2010 at 12:38 PM, Matthew Smith wrote: > > Which is preferred? > > > http://www.mysite.com/new-location-for-content/” /> > > or > url = “http://www.mysite.com/new-location-for-content/” > addToken = “no” > statusCode = “301″> > > Redoing all links on my site for b

RE: best 301 method

2010-08-17 Thread Jacob
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? http://www.mysite.com/new-location-for-content/” /> or h