2010.05.13 20:21 Ryan Evans rašė:
> We use a simple redirect here for ours: index.html in our webserver.
>
> <META HTTP-EQUIV="Refresh" Content="0; URL=https://yourdomainhere/SOGo/";>

I think index.php with "header('Location: https://yourdomainhere/SOGo/');"
is better. It does not display any page and sends browser to correct
location without delay. meta redirect has to display page content.

There are many ways to do that. Some might suggest mod_rewrite.

-- 
Tomas


-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to