403 error for mod_rewrite mode
-
Hi,
I’m using the 5G firewall rules (https://perishablepress.com/5g-blacklist-2013/) to protect my site and noticed today a problem for one specific rule if SuperCache is used in mod_rewrite mode.
I get a 403 error if I keep this rule (I removed all others for this post).
<ifModule mod_alias.c> RedirectMatch 403 (\,|//|\)\+|/\,/|\{0\}|\(/\(|\.\.\.|\+\+\+|\|) </ifModule>
Anyone an idea where here is a match?
Must be something from here (disabled gz):
RewriteRule ^(.*) "/wp-content/cache/supercache/%{SERVER_NAME}/$1/index.html" [L]
BTW these 403 errors are related clients like Pingdom and some mobile browsers.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘403 error for mod_rewrite mode’ is closed to new replies.