--- Louie Miranda <[EMAIL PROTECTED]> wrote:
> echo "<meta http-equiv=\"REFRESH\" CONTENT=\"0; URL=us/index.php\">";
> 
> Or you may have other more advance alternatives?

You can use a protocol redirect rather than relying on HTML:

header('Location: http://yoursite.org/us/index.php');

Chris

=====
Become a better Web developer with the HTTP Developer's Handbook
http://httphandbook.org/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to