Jump to content

The Ultimate Codefusion 301 direct/forwarding thread!

- - - - -

  • Please log in to reply
No replies to this topic

#1
Dan

Dan

    Programmer

  • Members
  • PipPipPipPip
  • 145 posts
If you don't know what a Coldfusion 301 redirect is, you will by the end of this thread! If you need to redirect a page, unfortunately it isn't as simple as using one of the various methods - only the 301 redirect will preserve search engine rankings for the page. It is the most efficient, search engine friendly method for website redirection - the code 301 is interpreted as "moved permanently".

Creating a Cold Fusion 301 redirect:

<.cfheader statuscode="301" statustext="Moved permanently">

<.cfheader name="Location" value="http://www.new-url.com">





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users