• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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