I would like to do a 301 redirect within my fusebox so example.com will redirect to
I know who to do it for an old page:
But how is this done in the Fusebox framework?
I know who to do it for an old page:
Code:
<cfheader statuscode="301" statustext="Moved permanently">
<cfheader name="Location" value="[URL unfurl="true"]http://www.example.net/tonewlocation.cfm">[/URL]
But how is this done in the Fusebox framework?