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

Search results

  1. L

    Resolved How to add custom rewrite rule for all web sites

    It was exactly what I was looking for. I created block_xmlrpc.conf in the /etc/httpd/conf.d/block_xmlrpc.conf directory and added <Files xmlrpc.php> order deny,allow deny from all </Files> systemctl daemon-reload service lsws restart I ran the commands and everything is fine now :D Blocked...
  2. L

    Resolved How to add custom rewrite rule for all web sites

    Isn't it possible to do this by adding rules to httpd.conf or similar file? I have basic Linux knowledge. <Files xmlrpc.php> order deny,allow deny from all </Files> What I'm looking for is how to run this code so that it is valid on all websites.
  3. L

    Resolved How to add custom rewrite rule for all web sites

    I want to add a custom rule that will be valid on all websites. I opened a topic on the litespeed forum and was directed here. What I want to do is to add a custom rule that will be valid on all existing and future websites...
Back
Top