rename /roundcube and /phpmyadmin

admin0

Verified User
Joined
Nov 14, 2008
Messages
23
Hi,

Is it possible to rename the default folders/aliases safely ? How ?
 
Hello,

Not going to provide a full detailed and step-by-step guide. Here are some ideas you might try:

- mod_rewrite rules
- extra webserver aliases: /usr/local/directadmin/custombuild/custom/webapps.list
- rename folders on disk literally: /var/www/html/ (directadmin hooks might help you to automate it)
- modify directadmin templates which save changes to /etc/httpd/conf/extra/httpd-alias.conf, /etc/nginx/webapps.conf, /etc/nginx/webapps.hostname.conf, /etc/nginx/webapps.ssl.conf

or any combination of the listed.

See for more details: https://docs.directadmin.com/custombuild/customize-everything.html

p.s. In order to complete the desired you will need to have certain knowledges and skills. In case you miss them, probably somebody else can provide a step-by-step guide.
 
Back
Top