Whenever a new User or new domain is created, they receive a default index.html file in their public_html directory.

 

If you wish to customize this holder page that they will receive, you can edit the index file in the following directory:

/home/resellername/domains/default/index.html

 

where resellername is the name of the account which is creating the User (eg: "admin").

 

All files within this default directory (sometimes known as a skeleton directory) are copied to the User's public_html folder, chown to that User. You can use an index.php or index.shtml file if you wish (or whatever you want), however, only the index.html file (if it exists) will be tokenized. The following tokens are available:

 

|DOMAIN|

|USERNAME|

|DATECREATED|

|IP|

 

Note that all files in the default directory must be world readable (755) because they're copied over by a process running as the new User. Any directory in the default directory will also be copied.

Var dette svaret til hjelp? 0 brukere syntes dette svaret var til hjelp (0 Stemmer)