Skip to main content
September 15, 2006
Question

Cfm page not found

  • September 15, 2006
  • 1 reply
  • 190 views
We have old ColdFusion / DreamWeaver web sites (over 8 years old) that do not have active (live pages) .Cfm pages.

These not active (dead pages) are indexed, what code can we use to have a replacement page open when the dead indexed page is clicked?

Mehran
This topic has been closed for replies.

1 reply

Inspiring
September 17, 2006
You can add a http refresh to them to point them to their replacement page,
or you could use the following CF code

<CFLocation URL="newpage.htm">

--
Paul Whitham
Certified Dreamweaver MX2004 Professional
Adobe Community Expert - Dreamweaver

Valleybiz Internet Design
www.valleybiz.net

"SanTorez" <webforumsuser@macromedia.com> wrote in message
news:eed5h2$cgh$1@forums.macromedia.com...
> We have old ColdFusion / DreamWeaver web sites (over 8 years old) that do
> not
> have active (live pages) .Cfm pages.
>
> These not active (dead pages) are indexed, what code can we use to have a
> replacement page open when the dead indexed page is clicked?
>
> Mehran
>
>