Url exclusion in specific directory

Bella
01/03/2016 06:38 am
Hi Oleg,

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
Oleg Chernavin
01/03/2016 07:26 am
This is easy. Use URL Filters - Filename section and exclude the:

/folder_a/*sameword*

or

/*folder_a*/*sameword*

Best regards,
Oleg Chernavin
MP Staff
Bella
01/03/2016 07:34 am
Thanks