| Configuring your website skeleton [message #4023] |
Wed, 28 February 2007 21:57  |
Lxhelp Messages: 23691 Registered: July 2006 |
The Champion |
|
|
Lxadmin provides a proper method for you to create skeleton for a new domain. The skeleton is actually a zip file, whose contents are unzipped into the newly created domain's document root. So you have to basically package all your files into a zip and upload them. To setup a skeleton go to: client home -> advanced -> skeleton and you can see the form for uploading your skeleton zip file.
If you are uploading index.html, lxadmin also provides you a means to template it, where the values will be filled by lxadmin after it is unzipped to the document root. Currently lxadmin provides two variables: <%domainname%> and <%contactemail%>. The latter is actually the contact address of the parent who created the domain. So a typical index.html can look like this: (Please note that only the file named index.html will be templated.)
index.html
This domain is registered with Mycompany.
You can access your control panel at https://<%domainname%>:7777
Please contact <a href=mailto:<%contactemail%>> <%contactemail%> </a> for more information regarding uploading files.
Thanks.
|
|
|
|