Roundcubemail & subdomain reloaded
julien.anet at bluewin.ch
julien.anet at bluewin.ch
Fri Apr 22 15:25:05 CEST 2016
Dear all,
The other post about that subject did not help me any further.
I am trying to set up a subdomain for roundcubemail (kolab.myserver.com) instead of www.myserver.com/roundcubemail
That's my VHosts conf:
<VirtualHost *:80>
ServerName kolab.myserver.com
DocumentRoot /usr/share/roundcubemail/public_html/
<Directory "/usr/share/roundcubemail/public_html">
<ifModule mod_rewrite.c>
RewriteEngine On
# support for CSFR
RewriteRule ^/[a-f0-9]{16}/(.*) /$1 [PT,L]
# Be compatible with older packages and installed plugins.
RewriteCond %{REQUEST_URI} ^/assets/
RewriteCond %{REQUEST_URI} !-f
RewriteCond %{REQUEST_URI} !-d
RewriteRule .*/assets/(.*)$ /$1 [PT,L]
</ifModule>
Options +FollowSymLinks
AllowOverride None
<ifModule mod_authz_core.c>
Require all granted
</ifModule>
</Directory>
</VirtualHost>
roundcubemail.conf is inactive in /etc/httpd/conf.d/
My access_log shows 404 for all files which are located under assets/*
System is a VServer 2 GB with CentOS 7.2
Thanks in advance
J
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kolab.org/pipermail/users/attachments/20160422/23d14131/attachment.html>
More information about the users
mailing list