Hello
im trying to create a domain through a plesk API panel but i faced this error that tell me to allow to use
parent paths (parent-paths) i by virtual directories but i can't able to activate it.
my xml code is :
i want to add this tag <parent-paths>true</parent-paths> for my xml file or how can i automatic activate this tools without using my panel<?xml version=1.0 encoding=utf-8?><packet version="1.6.0.1">
<domain>
<add>
<gen_setup>
<name>"& BirlesikDomain &"</name>
<ip_address>"& strSiteIP &<"/ip_address>
</gen_setup>
<hosting>
<vrt_hst>
<property>
<name>ftp_login</name>
<value>"& Session(domainname)& "</value>
</property>
<property>
<name>ftp_password</name>
<value>"& strSifresi &"</value>
</property>
<ip_address>"& strSiteIP &"</ip_address>
</vrt_hst>
</hosting>
<template-name>"& strPaket &"</template-name>
</add>
</domain>
</packet>


Reply With Quote