Dear all,<br><br>The other post about that subject did not help me any further. <br>I am trying to set up a subdomain for roundcubemail (kolab.myserver.com) instead of www.myserver.com/roundcubemail<br><br>That's my VHosts conf:<br><br><VirtualHost *:80><br>ServerName kolab.myserver.com<br>DocumentRoot /usr/share/roundcubemail/public_html/<br><Directory "/usr/share/roundcubemail/public_html"><br><ifModule mod_rewrite.c><br>    RewriteEngine On<br>    # support for CSFR<br>    RewriteRule ^/[a-f0-9]{16}/(.*) /$1 [PT,L]<br>    # Be compatible with older packages and installed plugins.<br>    RewriteCond %{REQUEST_URI} ^/assets/<br>    RewriteCond %{REQUEST_URI} !-f<br>    RewriteCond %{REQUEST_URI} !-d<br>    RewriteRule .*/assets/(.*)$ /$1 [PT,L]<br></ifModule><br>    Options +FollowSymLinks<br>    AllowOverride None<br>    <ifModule mod_authz_core.c><br>        Require all granted<br>    </ifModule><br></Directory><br></VirtualHost><br><br>roundcubemail.conf is inactive in /etc/httpd/conf.d/<br><br>My access_log shows 404 for all files which are located under assets/* <br><br>System is a VServer 2 GB with CentOS 7.2<br><br>Thanks in advance<br><br>J<br>