We Recommend

Adobe ColdFusion 8 Web Application Construction Kit, Volume 1: Getting Started Adobe ColdFusion 8 Web Application Construction Kit, Volume 1: Getting Started
This Getting Started volume starts with Web and Internet fundamentals and database concepts and design, and then progresses to topics including creating data-driven pages, building complete applications, implementing security mechanisms, integrating with e-mail, building reusable functions and components, generating data-driven reports and graphs, building Ajax-powered user interfaces, and much more.


Ballyhoo


Posted By

jonhenshaw on 04/16/07


Tagged

redirect 301 cold fusion


Versions (?)


ColdFusion 301 Redirect


Published in: ColdFusion 


This redirects visitors to a new URL using a 301 redirect. Using a 301 redirect is the safest way to let search engines like Google, Yahoo!, Live and Ask know your address has changed.


  1. <.cfheader statuscode="301" statustext="Moved permanently">
  2. <.cfheader name="Location" value="http://www.domain.com">

Report this snippet 

You need to login to post a comment.