Forum Moderators: phranque
SecFilterSelective REQUEST_URI "^/input.php" chain
SecFilterSelective POST_PAYLOAD "!word" "redirect:http://www.domain.com/help/help.html"
Ive since jumped up to Apache2/mod_security-2 and am having a little trouble migrating that rule. This is what I have:
SecRule REQUEST_URI "^/input.php" chain
SecRule ARGS¦REQUEST_BODY¦REQUEST_URI "!word" "redirect:http://www.domain.com/help/help.html"
Anyone have any ideas as to why this isnt working?