• 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.

Problems with vhost.conf

Peter-

Basic Pleskian
Hello

This is my first post, hopefully it's in the right section.

I got a server 2 weeks ago, everything was fine until it stopped being fine. My main problem now, after I had to remove all subscriptiond due to some error (server fault I'd say) in apache configuration(s) is that from time to time, parallels is rewriting the configuration file for all my domains, putting this:

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.domain.com$ [NC]
RewriteRule ^(.*)$ http://domain.com$1 [L,R=301]
</IfModule>

Why would anyone put that in a default config file?? Is there a standard that I'm not aware of?! Where can I change this template to be able to re-use the www cname?! I found a couple instructions on how to write to vhost.conf and vhost_ssl.conf, but after reconfiguring the domain, the redirection is back there and, since the include is AFTER it, my vhost.conf configuration is basically ignored.

Thanks!
 
Back
Top