I want to create an acl in Squid such that specific locations within a domain can be blocked.
For example:
I want to allow the domain example.com and all the pages except the following.
example.com/home.php
example.com/#!/
example.com/home.php#!/profile.php
I want to have an exact match of the pattern in the URL. If the pattern is not matched it should allow otherwise deny.
Can anyone please suggest me how do I do this ?
Warm Regards
Supratik