The frm_fwd node is used to specify frame forwarding on a domain. When the user goes to the domain on which frame forwarding is set, Plesk redirects this user from the requested URL to the 'destination' URL implicitly (the user still sees the initial URL in the path bar of the browser).

common.xsd).
The following sample packet specifies frame forwarding for a new domain:
<packet version="1.4.1.2">
<domain>
<add>
<gen_setup>
<name>newdomain.com</name>
<client_id>1234</client_id>
<ip_address>123.123.123.123</ip_address>
<status>0</status>
</gen_setup>
<hosting>
<frm_fwd>
<dest_url>www.testdomain.com</dest_url>
<ip_address>123.123.123.123</ip_address>
</frm_fwd>
</hosting>
</add>
</domain>
</packet>