Solved Change url roundcube to webmail

pinotje

Verified User
Joined
Apr 7, 2010
Messages
49
Location
Maastricht
Hello,

I'm using the latest version of DirectAdmin (v1.657) on a CentOS (v7.9.2009) machine.
And I would like to change the URL https://server.com/roundcube to https://server.com/webmail

I'm logged in as root and I have performed the following code:
Code:
/usr/local/directadmin/directadmin set webmail_link roundcube
service directadmin restart
cd /usr/local/directadmin/custombuild
./build rewrite_confs

Unfortunately if I go to https://server.com/webmail is see a '404 Not Found' error page.
Also, the link 'Webmail: Roundcube' under 'Extra Features' in the controlpanel is still linked to https://server.com/roundcube.

Am I doing something wrong?

Please help mee out!
Thanks in advance!
 
Am I doing something wrong?
Probably not. I've seen this happening on new installs lately too.
Check your /etc/httpd/conf/extra/httpd-alias.conf if DA has set this line into this file:
Alias /webmail /var/www/html/roundcube
if not, add it manually and restart the httpd service.

Es dat neet werrek daan loat meh wete. :)
 
Back
Top