• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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