Location of DirectAdmin interface setting/config files

tigerti

Verified User
Joined
May 6, 2014
Messages
16
Dear friends
Within directAdmin's interface/Control panel, each item has a hyperlink
For example if you place your mouse on phpMyAdmin item it will have a hyper link like:
yourdomain.com/phpMyAdmin

These links are relative. It means that if you login to the DirectAdmin using another username, most of the HyperLinks will change based on your domain name:
yourAnotherDomain.com/phpMyAdmin

Where i can change this reletive URL and change it to a FIXED valued. I want to make changes so anyone who clicks on phpMyAdmin will be guided to a specific URL like:
serverIpAdress/phpMyAdmin

So it will not changed based on the domainName of the customer.
Thank you for your care.
Best Regards
 
If you are using CustomBuild 2.0 you can do this with the option use_hostname_for_alias and redirect_host. If enabled it will redirect the webapp links (phpmyadmin, roundcube, etc.) to the specified hostname.
 
Back
Top