Roundcube Community Forum

Release Support => Older Versions => 0.1 Beta 1 => Topic started by: Mounir on July 31, 2006, 06:24:14 PM

Title: webmail.mydomain.com howto with ispconfig??
Post by: Mounir on July 31, 2006, 06:24:14 PM
Hi every1

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

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

Thanx guys for the great work. ;)
Title: Re: webmail.mydomain.com howto with ispconfig??
Post by: bpat1434 on July 31, 2006, 10:53:06 PM
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 :)
Title: Re: webmail.mydomain.com howto with ispconfig??
Post by: Reload on August 01, 2006, 06:29:04 AM
When you use Cpanel you can make a subdomain (webmail) and forward that when you type
webmail.domain.tld you go to the http://www.mydomain.com:port/roundcubemail directory ....
Title: Re: webmail.mydomain.com howto with ispconfig??
Post by: Mounir on August 01, 2006, 05:35:29 PM
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. ;)