I am trying to create a custom index.html for new subdomains in DirectAdmin. I have used this guide http://help.directadmin.com/item.php?id=187
The custom index.html for subdomains is created without problems, however I am not able to use code in the index.html template like this:
That code is only displayed in plain text when the index.html for a subdomain is created. However I am able to use that code in the template for normal domains, only for subdomains it does not work.
Is it possible to use |DOMAIN| and |DATECREATED| in the template for index.html for subdomains?
The custom index.html for subdomains is created without problems, however I am not able to use code in the index.html template like this:
Code:
|DOMAIN|
|DATECREATED|
That code is only displayed in plain text when the index.html for a subdomain is created. However I am able to use that code in the template for normal domains, only for subdomains it does not work.
Is it possible to use |DOMAIN| and |DATECREATED| in the template for index.html for subdomains?