Re: 301 Redirects - showing as 302's

2011-10-11 Thread Gabriel Perez
I am having the same issue, has anyone figured out a solution for this? 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

301 Redirects - showing as 302's

2011-05-22 Thread Paul Giesenhagen
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