On Friday 26 October 2001 10:25, you wrote:
> What is the most reliable, browser-safe way to redirect the browser from a
> default index.html to, say, index.php?  The I'm doing it now is with the
> following javascript:

The most reliable, browser-safe, non-PHP way to redirect mail is to do it 
server-side.  If you're using Apache, check out mod_rewrite -- it will do 
exactly what you're looking for.  Otherwise, I believe IIS has similar 
facilities built into it.

--kurt

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to