Hello all,
Do you know how what I have to do to access using /roundcube to webmail, from all my vhost domains?
I have apache2 on debian, I am using 0.3.1 roundcube deb package... I can only access from my default domain... (I want to access roundcube phpmyadmin style)
Thank you!!!
You'll need to setup an directory alias in Apache, for example:
Alias /roundcube /path/to/roundcube
this package information is very well.
Thanks, I have an alias, it was a problem in my vhosts! I have to delete this lines:
SetHandler None
Fixed! thanks again xD