Hii, I am using Intelligencia dll for rewritting url.
I want to rewrite url for following url www.123.com/ccc/hhh here "ccc" is a folder in the application root, and "hhh" folder inside "ccc", there is default.htm file in "hhh" which opens when requesting above url now I want to rewrite above url in following order www.123.com/hhh just want to remove "ccc" folder from url and I have written following rule to resolve it <rewrite url="~/(.+)" to="~/ccc/$1" processing="stop"></rewrite> but the problem is my another files which located in the same root displayed not found page because its url becomes like e.g when I typed www.123.com/abc.htm it rewrite to www.123.com/ccc/abc.htm and it is not there and so it display not found I dont know how to resolve my problem, I want to remove just "ccc" folder from url Pls let me know how to do, Thank you -- Subscription settings: http://groups.google.com/group/dotnetdevelopment/subscribe?hl=en
