J jlixfeld Verified User Joined Jun 1, 2009 Messages 60 Nov 26, 2009 #1 I want to alias/redirect https://www.domain.com/roundcube to https://mail.domain.com as an easy way for people to get to webmail. Is there an easy way to do this?
I want to alias/redirect https://www.domain.com/roundcube to https://mail.domain.com as an easy way for people to get to webmail. Is there an easy way to do this?
SeLLeRoNe Super Moderator Joined Oct 9, 2004 Messages 6,516 Location A Coruña, Spain Nov 27, 2009 #2 Check here: Code: http://help.directadmin.com/item.php?id=92 just payint attention on this line Code: DocumentRoot /var/www/html/squirrelmail that should be Code: DocumentRoot /var/www/html/roundcube And here Code: echo "webmail=|IP|" >> dns_a.conf that should be Code: echo "mail=|IP|" >> dns_a.conf
Check here: Code: http://help.directadmin.com/item.php?id=92 just payint attention on this line Code: DocumentRoot /var/www/html/squirrelmail that should be Code: DocumentRoot /var/www/html/roundcube And here Code: echo "webmail=|IP|" >> dns_a.conf that should be Code: echo "mail=|IP|" >> dns_a.conf