Forums

This topic is locked

Redirect page

Posted 19 Jul 2002 20:52:25
1
has voted
19 Jul 2002 20:52:25 Wagner Hertzog posted:
Hi all

Is there any to redirect the content of one page in my site to another page? What I want to do redirect the content of the page www.abc.com/de to the page www.abc.com/fg. So when the visitors go to www.abc.com/fg, they will see the same page as if they go to www.abc.com/de, I mean, they will be redirected to to www.abc.com/de.

Is there any code or extension to do it with dreamweaver?

Replies

Replied 01 Aug 2002 20:08:38
01 Aug 2002 20:08:38 Dave Thomas replied:
Use a standard HTML tag called META like follows. This must be in the HEAD section of your page.

meta http-equiv="refresh" content="0;URL=www.abc.com/de.

Will need an opening and closing < >,

could not include this for display reasons.

"Get the kettle on, time for a brew"

Reply to this topic