Advertisement
Ipstenu

Mod Security

Aug 5th, 2012
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.59 KB | None | 0 0
  1. ## WordPress
  2. <LocationMatch "/index.php">
  3. SecRuleRemoveById 300015 300016 300017
  4. </LocationMatch>
  5. SecRule REQUEST_URI "/wp-comments-post.php" phase:1,nolog,allow,ctl:ruleEngine=Off
  6. #<LocationMatch "/wp-comments-post.php">
  7. #SecRuleRemoveById 300015 300016 300017
  8. #</LocationMatch>
  9.  
  10. <LocationMatch "/wp-admin/post.php">
  11. SecRuleRemoveById 300015 300016 300017
  12. </LocationMatch>
  13. <LocationMatch "/wp-admin/admin-ajax.php">
  14. SecRuleRemoveById 300015 300016 300017
  15. SecRuleRemoveById 300013
  16. </LocationMatch>
  17. <LocationMatch "/wp-admin/page.php">
  18. SecRuleRemoveById 300015 300016 300017
  19. </LocationMatch>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement