I have created a site collection search scope and I am trying to exclude dispform.aspx and allitems.aspx from the search results. The crawl rule at the site collection scope doesn't seem to work with regular expressions. I have tried the below, but not working
http://<sitename>/*DispForm.aspx* http://<sitename>/.*DispForm.aspx* This is with complete path to dispform of a list
http://<sitename>/<subsite>/Lists/<listname>/DispForm.aspx* None of these are working for me. Any help is appreciated.