I am using the following code on my site:
<cfheader statuscode="301" statustext="Moved Permanently">
<cfheader name="Location" value="#urltogoto#">
<cfabort>
But when I test the redirect using [
http://www.rexswain.com/
httpview.html] the page loads up correctly but it returns a 302 status
code instead of a 301. Has anyone else had this problem, and more
importantly, has anyone figured out a solution to this?