Skip to content

Instantly share code, notes, and snippets.

@65
Created March 9, 2012 17:59
Show Gist options
  • Save 65/2007771 to your computer and use it in GitHub Desktop.
Save 65/2007771 to your computer and use it in GitHub Desktop.
301 Permanent redirects in ColdFusion
<CFHEADER statuscode="301" statustext="Moved Permanently">
<CFHEADER name="Location" value="http://www.sixfive.co.uk/">
HTTP/1.1 302 Moved Temporarily
http://www.sixfive.co.uk http://sixfive.co.uk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment