/etc/apache2/sites-avaiable/domain.com.conf
Hi, I am intending to make one of my domains redirect from webmail.domain.com to domain.com/roundcube, just because people are more used to type webmail.domain.com
I searched and found how to make a global roundcube server. But that wasnt the case... So I looked in my apache's config and found theses conf files in /etc/apache2/sites-avaiable/domain.com.conf
Inside this particular domain, I changed to:
RewriteCond %{HTTP_HOST} =webmail.domain.com RewriteRule ^(.*) http://domain.com/roundcube [R]