Author Topic: webmail.mydomain.com howto with ispconfig??  (Read 14850 times)

Offline Mounir

  • Newbie
  • *
  • Posts: 5
webmail.mydomain.com howto with ispconfig??
« 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. ;)

Offline bpat1434

  • Administrator
  • Hero Member
  • *****
  • Posts: 673
Re: webmail.mydomain.com howto with ispconfig??
« Reply #1 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 :)
 
  

Reload

  • Guest
Re: webmail.mydomain.com howto with ispconfig??
« Reply #2 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 ....

Offline Mounir

  • Newbie
  • *
  • Posts: 5
Re: webmail.mydomain.com howto with ispconfig??
« Reply #3 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. ;)