Question

I'm trying to figure out the correct regular expression for excluding a specific URL string within a SharePoint 2010.

This is the scenario I'm trying to figure out is the following:

I was to crawl all of http://site except for links that end in review?=1

An example of such a link is the following:

http://site/view/231312/review?=1

Anyone have an ideas on how to create this exclusion?

Any help/ideas would be very much appreciated!

Thanks!

Was it helpful?

Solution

Tried this one for exclusion?

http://site/.*.aspx[?]review=1
Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top