Firewall to challenge all folders

I need to challenge all kind of folders in my website. If wildcard was possible, i could use (http.request.uri.path eq "/*/*") but it possible only in higher plans. Is there any other way do the challenge. I donot want to show any challenge to root folder ( means where index.php , robots.txt etc contains.)

Why not try the NOT EQUAL for the root path?

Though if your main page uses images/CSS/JS in folders, that could be a problem and you would have to create a more complex firewall rule.

You mean doing this:

This topic was automatically closed after 30 days. New replies are no longer allowed.