El 11/11/10 12:28, Albert Shih escribió:
Hi allHow can I make the URL of the SOGo web interface to https://FQDN instead https://FQDN/SOGo ? Regards.
You can make the redirection:1 - Creating a index.html file with the redirección (<META HTTP-EQUIV="Refresh" Content="0; URL=https://FQDN/SOGo/"> )
2 - Creating a index.php with redirección ( header('Location: https://FQDN/SOGo/'); )
3 - Rewriting the url in apache configuration -- [email protected] https://inverse.ca/sogo/lists
