Hi guys, I'm trying to make a regex to only crawl a folder. So if I was crawling 123.com/456/789
I would only want to crawl ^http://123.com/456/789/(.*)/ I tried ^http://123.com/456/789/*\.* but there are many web pages with no file extensions. I'm not sure how to specify only one forward slash after in the regex. Any ideas? Thanks as always in advance, Alex
