Request Samples

This packet creates subdomain forum.example.com, sets FTP account credentials, sets SSI support, and enables using SSI for *.htm and *.html files on the subdomain:

<packet version="1.5.2.0">
<subdomain>
<add>
   <parent>example.com</parent>
   <name>forum</name>
   <property>
      <name>ftp_login</name>
      <value>john</value>
   </property>
   <property>
      <name>ftp_password</name>
      <value>sample</value>
   </property>
<property>
   <name>ssi</name>
   <value>true</value>
</property>
<property>
   <name>ssi_html</name>
   <value>true</value>
</property>
</add>
</subdomain>
</packet>

 

Creating a subdomain on subfolder

This packet creates subdomain sample.example.com on subfolder /httpdocs/sample and sets Perl and CGI support on it:

<packet version="1.5.2.0">
<subdomain>
<add>
   <parent>example.com</parent>
   <name>sample</name>
   <home>/httpdocs/sample</home>
<property>
   <name>perl</name>
   <value>true</value>
</property>
<property>
   <name>cgi</name>
   <value>true</value>
</property>
</add>
</subdomain>
</packet>

 

Please send us your feedback on this help page.