All URLs ending with index.php blocked by Cerber
-
Traffic inspector is blocking all access to the subfolders’ index.php files.
However, I have the following htaccess directive:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>I do not know how tu use REGEX to whitelist all index.php from the Cerber plugin, nor do I know if that is the best solution.
I found out about this while checking my ANALYTICS. All urls end with index.php and if I checked them in the browser, I was blocked by Cerber’s 403 error page (and my IP is whitelisted!)
Can you please help me out?
Thank you in advance!
- The topic ‘All URLs ending with index.php blocked by Cerber’ is closed to new replies.