rewrite directive

  1. G

    Allow Access to Multiple IPs with CIDR Notation

    Hi, I have a htaccess rewrite to block all IPs apart from 1 to a certain file like so: <IfModule mod_rewrite.c> RewriteCond %{REMOTE_ADDR} !^123\.243\.16\.228 RewriteRule xmlrpc - [F,L] </IfModule> I want to add multiple IPs, so I would use additional RewrireCond lines but how to add IP...
  2. Davi8r

    Invalid rewrite directive

    These appear in the CyberPanel server error log after an OLS gentle restart: 2022-02-03 14:54:41.050422 [INFO] [88953] Invalid rewrite directive: SetHandler no-handler 2022-02-03 14:54:41.050469 [INFO] [88953] Rewrite directive: <IfModule mod_php5.c> bypassed. 2022-02-03 14:54:41.050476 [INFO]...
Top