Thanks for this solution. It indeed works. However I ended up with something different. Just added RedirectMatch ^/$ http://mail.mydomain.com/SOGo to apache virtual host definition and it also does the job.
On Sat, Jan 7, 2017 at 8:55 PM, "Kai-Uwe Rommel" <[email protected]> wrote: > [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 > -- [email protected] https://inverse.ca/sogo/lists
