02-22-2013 12:12 PM
Hey folks,
So I'm trying to figure out a way where I can block a specific URL on a web server. I can create filters for the host name of course but I'm trying to figure out how to block www.example.com/blah/index.html for instance while leaving www.example.com open in general.
Can anyone help me out with this?
02-22-2013 12:32 PM
You can do this with a custom URL category in the bottom box of regular expressions escaping the special characters. So for your example above you would use:
02-22-2013 12:32 PM
Hi,
If you're talking about IronPort Appliances you can create a custom URL category where you can add a regular expression like .example.com/blah/index.html . In regular expressions you can also use * so you can block or allow specific paths like .example.com/blah/* etc...
Then add the custom URL category you created to your access policy with action "block" .
Hope this helps.
Regards
02-22-2013 12:58 PM
Thanks Jeff and Allessandro! I guess that was fairly obvious.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide