I need to block certain bots from accessing certain directories on my website. This is almost identical to this question except that I don't want to create different .htaccess file in each folder I want to block. I need to use the root .htaccess file.
Regex has been giving me a hard time really. Appreciate your help
Just create a list of folders and add the same condition before each one:
etc..