[email protected] wrote on 06.01.2017 21:45:39: > > Dear SOGo users, > My goal is to make web interface available under mail.mydomain.com > I already managed to set up virtual hostname "mail.mydomain.com" on > Apache, just by adding <VirtualHost> directive to standard SOGo > config, however in order to access SOGo I need to use this URL: > mail.mydomain.com/SOGo
> What needs to be modified in standard SOGo config to make it available under > mail.mydomain.com (without /SOGo suffix)? Create a simple HTML file for your root page that does a meta redirect. That's what I did, just a one-liner as the index.html: <META HTTP-EQUIV="Refresh" Content="0; URL=https://<hostname>/SOGo/";> Kai-Uwe Rommel -- [email protected] https://inverse.ca/sogo/lists
