• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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