• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Creating alias with packet structure

Status
Not open for further replies.

MansiG

New Pleskian
I created alias with packet structure but it does not support <seo-redirect> in prefs.
My packet structure is :
<packet version="1.6.3.0">
<site-alias>
<create>
<status>0</status>
<pref>
<web>1</web>
<mail>0</mail>
<tomcat>0</tomcat>
<seo-redirect>0</seo-redirect>
</pref>
<manage-dns>0</manage-dns>
<site-id>id</site-id>
<name>domainnm</name>
</create>
</site-alias>
</packet>

But it gives :

<?xml version="1.0"?>
<packet version="1.6.3.0">
<system>
<status>error</status>
<errcode>1014</errcode>
<errtext>Parser error: Request is invalid. Error in line 9: Element 'seo-redirect': This element is not expected.</errtext>
</system>
</packet>

What should be done to disable seo 301 redirection for host settings?

Waiting for you reply..
 
Status
Not open for further replies.
Back
Top