I have a doubt on how to block only the urls containing "sameword" in "folder_a" directory.
If I exclude these files by filenames all directories are affected.
http://www.site.com/folder_a/abc_sameword_def
http://www.site.com/folder_a/ghi_sameword_jkl
http://www.site.com/folder_a/mno_otherword_pqr
http://www.site.com/folder_b/abc_sameword_def
http://www.site.com/folder_b/ghi_sameword_jkl
http://www.site.com/folder_b/mno_otherword_pqr
/folder_a/*sameword*
or
/*folder_a*/*sameword*
Best regards,
Oleg Chernavin
MP Staff