Recent content by lscpd

  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