Simple 301 redirect question
I am not a ColdFusion developer - I need help with 301 redirect code.
I am working with a company that has multiple websites and one of them is a ColdFusion site. They would like to redirect two pages. I found the following 301 redirect code, but I don't know where to place it in the page, or how to wrap them in a CF tags.
<.cfheader statuscode="301" statustext="Moved permanently">
<.cfheader name="Location" value=http://newsite.com/newpage.cfm>
Is this propper code?
Can someone suggest a site that shows the complete code - if it should be in the header, it would be great to see an example that includes the header tags.
Thank you in advance - Tracy.
