[thelist] What is the Best Practice for Single Page Redirects?

Steve Lewis nepolon at worlddomination.net
Thu Jul 10 14:23:48 CDT 2003


Lena Marianne Arvola wrote:

>Placing the following VBScript before the DOCTYPE:
><%@ language="VBScript" %><% response.redirect("/url/goes/here/") %>
>  
>
This one, because it uses a response code and response header to perform 
the redirect, not the body of the response.  The above method will help 
search engines update your correct content. It works in every browser 
that supports HTTP 1.0.  It is 'more correct' web syntax.

hth
Steve




More information about the thelist mailing list