Roundcube Community Forum

 

Access using virtualhostdomain.com/roundcube

Started by erosbk, April 24, 2011, 08:55:12 PM

Previous topic - Next topic

erosbk

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!!!

SKaero

You'll need to setup an directory alias in Apache, for example:
Alias /roundcube /path/to/roundcube

nullifygirls


erosbk

Thanks, I have an alias, it was a problem in my vhosts! I have to delete this lines:


SetHandler None



Fixed! thanks again xD