Rate limit does not egual path
Hello everyone, I need to use it this way, but it does not work, how should the correct use be
4 Replies
Please don't ping community members who aren't participating in the conversation.
The "does not equal" operator uses literal matching. It does not support wildcards. To match paths below
/wp-content/
, you would have to use the "starts with" operator.Why does the rate limit rule get stuck in the rate limit rule even though I set the rule in this way, where is the problem?😕
You need to use "and" instead of "or".
I will try
Problem Solved