This code does a redirect, but uses a 302 status code:
I found this o
<cfheader statuscode="301" statustext="Moved permanently"> <cfheader name="Location" value="http://stackoverflow.com">