How redirect SOGo on root domain?

Your commands are OK, however I looked at /etc/e-smith/templates/httpd/vhost-default/30SOGo and the /SOGo location is expected. I understand it does not solve your issue.

Do you want to try this workaround?

  • install the File server module
  • create a shared folder and set it as web root of the webmail virtual host
  • add an index.php into the web root with the following content:
    <?php
    header(‘Location: /SOGo’);
1 Like