Stops execution of the current page and redirects to the specified URI.
<cflocation url="page.cfm" addtoken="false" statusCode="301">
location("mypage.cfm", "false", "301");
true
302
location("mypage.cfm", "false", "301");
<cflocation url="mypage.cfm" addToken="false" statusCode="301">
Signup for cfbreak
to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.