Re: Confused about redirect

On Fri, Jul 15, 2005 at 02:44:18PM +0000, internezzo wrote:
>    I have read a tip of the day about redirects
>    (http://www.w3.org/QA/Tips/reback)
     
>    You display large and with yellow background what NOT to do, but no
>    examples about what to do instead.

There is a large section marked "User HTTP redirects instead" which
ends with "See the links below for documentation and tutorials on how
to do it with your web server."
     
>    1) Is there a meta tag for redirect? (I havn't heard about it)

Yes. An example is on that page with a yellow background ... it is
what you shouldn't do. Markup is the wrong place for redirects.

>    2) Is there another mark up tag for redirect (don't think so)

No.

>    b) php header method

The PHP header function outputs an HTTP header ... which is what the
article says you should do. The last link in the list marked "How to
do redirects with your server" links to the documentation for that
function.

-- 
David Dorward                                      http://dorward.me.uk

Received on Friday, 15 July 2005 17:40:56 UTC