How to do 301 Redirect using ColdFusion
Most of the server side scripting language uses 301 redirect in their simple way
Just add this code the ColdFusion page
Code:
- <cfheader statuscode=”301″ statustext=”Moved permanently”>
- <cfheader name=”Location” value=”http://www.blazedream-new.com/”>

+ There are no comments
Add yours