Apache redirect

Duston, Hal hdusto01 at sprintspectrum.com
Mon Aug 26 18:49:00 CDT 2002


zscoundrel wrote:
> 
> Here is what I use.  The users can't even tell it is redirected.
> 
> <META HTTP-EQUIV="refresh" CONTENT="0;URL=http://www.xxx.org/xxx.htm">
> 

Actually that's not correct. lynx for one will show the page as

"REFRESH(0 sec): http://www.xxx.org/xxx.html"

I know some other browsers will in fact quickly do the redirect, 
but will retain the original url in the "back" list, so when you 
hit the "back" button, you will again get redirected foward to 
the page again.  Then you have to either select the "back list", 
and skip the original url, or enter another url by hand.  With a 
refresh of zero, it's not generally not possible to press the 
"back" button fast enough to go back through the original page.

Netscape 4.7x exhibits this behavior

Hal




More information about the Kclug mailing list