Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Cfm page not found

Guest
Sep 14, 2006 Sep 14, 2006
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
TOPICS
Server side applications
193
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 17, 2006 Sep 17, 2006
LATEST
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
>
>


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines