i have one url www.example.com/img/pics/some.picture
i want to block all elements (pictures and ojects) from directory img but allow elements from pics.
Some thing like:
www.example.com/img/ <-- block
www.example.com/img/pics/ <-- allow
do any body can help?
i trying with filter:
http://www.example.com/img/*(?!pics/)
but does not work
