Author Topic: Access using virtualhostdomain.com/roundcube  (Read 3123 times)

Offline erosbk

  • Newbie
  • *
  • Posts: 2
Access using virtualhostdomain.com/roundcube
« 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!!!

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Access using virtualhostdomain.com/roundcube
« Reply #1 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

nullifygirls

  • Guest
Access using virtualhostdomain.com/roundcube
« Reply #2 on: April 25, 2011, 07:16:48 AM »
this package information is very well.

Offline erosbk

  • Newbie
  • *
  • Posts: 2
Access using virtualhostdomain.com/roundcube
« Reply #3 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