Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: erosbk on April 24, 2011, 08:55:12 PM

Title: Access using virtualhostdomain.com/roundcube
Post by: erosbk on April 24, 2011, 08:55:12 PM
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!!!
Title: Access using virtualhostdomain.com/roundcube
Post by: SKaero on April 25, 2011, 04:33:41 AM
You'll need to setup an directory alias in Apache, for example:
Code: [Select]
Alias /roundcube /path/to/roundcube
Title: Access using virtualhostdomain.com/roundcube
Post by: nullifygirls on April 25, 2011, 07:16:48 AM
this package information is very well.
Title: Access using virtualhostdomain.com/roundcube
Post by: erosbk on April 25, 2011, 07:32:16 AM
Thanks, I have an alias, it was a problem in my vhosts! I have to delete this lines:


SetHandler None



Fixed! thanks again xD