hi all, i have implemented Intelligencia.UrlRewriter im my masterpage site.
I am successfully able to redirect the page.
but on the virtual path its not able to find the CSS/javascript file.
Also its not able to find when i user url like http://localhost/mywebsite/test/ but it works when i use http://localhost/mywebsite/test
my rule is as following
<rewrite url="^.*-c([0-9]+).html/?$" to="~/ProductsByCategory.aspx?cid=$1" processing="stop" />
<rewrite url="^.*-p([0-9]+)/?$" to="~/ProductDetails.aspx?pid=$1" processing="stop" />