Roundcube Community Forum

 

webmail.mydomain.com howto with ispconfig??

Started by Mounir, July 31, 2006, 06:24:14 PM

Previous topic - Next topic

Mounir

Hi every1

I m using RC with ispconfig. I want to use the simple link webmail.mydomain.com, instead of
www.mydomain.com:port/roundcubemail.

Can u please tell me how can i do it? :D

Thanx guys for the great work. ;)

bpat1434

Add a new virtualhost to the server. In apache, it requires modifying the httpd.conf file, or .htaccess file of the folder.

Not sure how to do it with ISP config....

Well, it's considered a virtual host... so just add a new virtual host, and point it to your roundcube directory. Then in a few hours, you should see it :)
 
 

Reload

When you use Cpanel you can make a subdomain (webmail) and forward that when you type
webmail.domain.tld you go to the www.mydomain.com:port/roundcubemail directory ....

Mounir

Yes,

The co-domain works good:

Hostname= webmail
domain=mydomain.com
Forward://https://www.mydomain.com:port/roundcubemail

by the way those 2 paths are used with ISPConfig:

  Apache2 Virtualhost on ispconfig

   /etc/apache2/vhosts

   ISPConfig directory:

     /home/admispconfig/ispconfig/web/roundcubemail

Thanx guys it workt super. ;)