Over the last ten years I've used most every available control panel many times and
grew to hate most of them. DirectAdmin is awesome, though. It's so great it my opinion
that we're down to little polish things like on the "Custom HTTPD configurations it says:
That looks to me like I use put DOMAIN in there and it will be replaced by the domain name.
Of course that didn't work, so I dug through the site and found I needed to use |DOMAIN|
You could eliminate the need to go searching through this site to figure out how to use
those tokens and make the page self-documenting by including the pipes:
grew to hate most of them. DirectAdmin is awesome, though. It's so great it my opinion
that we're down to little polish things like on the "Custom HTTPD configurations it says:
Code:
Available Tokens:
DOMAIN, IP, HOME, ADMIN, DOCROOT, USER, GROUP
That looks to me like I use put DOMAIN in there and it will be replaced by the domain name.
Of course that didn't work, so I dug through the site and found I needed to use |DOMAIN|
You could eliminate the need to go searching through this site to figure out how to use
those tokens and make the page self-documenting by including the pipes:
Code:
Available Tokens:
|DOMAIN|, |IP|, |HOME|, |ADMIN|, |DOCROOT|, |USER|, |GROUP|