Directadmin : Guide

  IPS1 General Info

Description URL
Reset da_admin Password https://help.directadmin.com/item.php?id=45
Enable Let’s Encrypt https://help.directadmin.com/item.php?id=648
Custom HTTPD https://help.directadmin.com/item.php?id=199
Custom HTTPD https://help.directadmin.com/item.php?id=199
Directadmin Custom Port /usr/local/directadmin/conf/directadmin.conf
port=1234
/var/www/html/redirect.php
service directadmin restart
Change webmail link for one domain (.htaccess) RewriteEngine on
RewriteCond %{HTTP_HOST} ^webmail.domain.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.webmail.domain.com$
RewriteRule ^.*$ “http\:\/\/domain\.com\/webmail” [R=301,L]