Please help with regular expressions on the ff. links http://localhost/Documents http://localhost/Documents/ http://localhost/Documents/2009 http://localhost/Documents/2009/ http://localhost/Documents.aspx?Year=2009 http://localhost/Documents/2009/a.txt These RULES doesn't seem to work. :( ^Documents/?$ ^Documents/([^/]+)/?$ ^Documents/([^/]+)/([^/]+)/?$ Thank you very much in advance.
Gerri