• 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!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Multi domain Site Rewrite Problem.

keff

Basic Pleskian
Hello,

my system is Debian ver. 6 and Plesk 11.0.9. Problem is:
there is a domain.com and wildcard added as *.domain.com. I have couple aliases:
domain.fr
domain.es
domain.de
domain.ru

In /var/www/vhosts/domain.com/conf/vhost.conf I've added:

Code:
ServerAlias *.domain.fr
ServerAlias *.domain.es
ServerAlias *.domain.de
ServerAlias *.domain.ru

Wildcard *.domain.com redirected to folder where is .htaccess witch code:

Code:
RewriteRule ^(.*)$ http://www.domain.com [R=301,L]

The problem is:

all *.domain.com are redirected to www.domain.com

how to make the same with the aliases of the domain.com. For example:

Code:
*.domain.ru redirected to www.domain.ru

Since yesterday nothing change, but I've read about - that problem exist. So I was wondering about different point of view.

Please tell me it is possible to make account in plesk, witch can retrieve mails for couple domains not set as an alias of main domain?
 
Last edited:
Back
Top