trying to achieve:
/news/01/01/2009/the-name-of-the-article
<rewrite url="^/news/([0-32])/([0-12])/([0-2500])/(.*)$" to="/Test.aspx" processing="stop"/>
what am I doing wrong with the number ranges?
EDIT: I see, numeric ranges don't work like that. If anyone could help with this that would be brill
/news/01/01/2009/the-name-of-the-article
<rewrite url="^/news/([0-32])/([0-12])/([0-2500])/(.*)$" to="/Test.aspx" processing="stop"/>
what am I doing wrong with the number ranges?
EDIT: I see, numeric ranges don't work like that. If anyone could help with this that would be brill
Last edited: