• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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.

standard forwarding with and without www.

J

jspilon

Guest
Hi all,

some of my client decided to setup "standard forwarding" domains today, for the first time on my server..

let say he has 2 domains...

abc1.net
abc2.net

he wants the physical hosting on abc1.net and standard forwarding from abc2.net to abc1.net

It does work for abc2.net but not for www.abc2.net

he actually checked on the www option in the hosting setup...

then let's take a look at what plesk added to /etc/httpd/conf/httpd.include

<VirtualHost 1.2.3.4:80>
ServerName abc2.net
ServerAlias www.abc2.net
ServerAdmin "[email protected]"
RedirectPermanent / "http://abc1.net/"
</VirtualHost>

anyone knows any solution to this problem ?
 
Back
Top