403 after redirection enabled for Roundcube

Discussion in 'General' started by bitworx, Jul 22, 2021.

  1. bitworx

    bitworx New Member HowtoForge Supporter

  2. ahrasis

    ahrasis Well-Known Member HowtoForge Supporter

    To check you need to go through the webmail site vhost especially on its directive snippet as the problems mainly lie in there. Do check its dns setting as well.
     
  3. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    Can you share the directive used?
     
  4. bitworx

    bitworx New Member HowtoForge Supporter

    I found the error!
    The correct directive looks (now) like:
    Code:
    DocumentRoot "/var/lib/roundcube"
    Alias "/stats" "/var/www/{DOMAIN}/web/stats"
    without the /public_html at the end of DocumentRoot!

    Now it works.
    Found out, bc I looked over CLI and there was no symlink or whatever, only the index.php
     
    ahrasis likes this.
  5. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    You probably have a older version of Roundcube in that case, as newer versions have the public_html folder and the latest only has the public_html folder.
     
  6. bitworx

    bitworx New Member HowtoForge Supporter

    I don‘t think its an older version, server was installed 15 days ago with your new auto-installer.
    But I haven‘t looked yet, which version it is.
     
    Last edited: Jul 23, 2021

Share This Page