Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: roylaprattep on December 28, 2012, 11:55:30 AM

Title: Roundcube web link
Post by: roylaprattep on December 28, 2012, 11:55:30 AM
How can I make "https://webmail.domain.com/" instead of "https://www.domain.com/roundcube" ?
Title: Re: Roundcube web link
Post by: ABerglund on December 28, 2012, 12:38:48 PM
This is not something you set up in Roundcube. You'll need to add a DNS entry for the new hostname (webmail.domain.com). You'll also need to set up a virtual host or an alias in whatever webserver (apache, IIS, etc.) that you use.
Title: Re: Roundcube web link
Post by: roylaprattep on December 28, 2012, 12:59:38 PM
I found how ! Thanks a lot buddy. :)
Title: Re: Roundcube web link
Post by: roylaprattep on December 31, 2012, 11:31:57 AM
But the "/etc/roundcube/apache.conf" (I had to uncomment "Alias /roundcube /var/lib/roundcube" the first time to make it work and nothing in apache's configuration files) is used for wich reason then ? If it's the apache that control all configurations...