Guys,
What is the simplest way to exclude images, css, javascript, links from rewriting. I'm rewritinghttp://mylink/34/234/Hello to http://mylink/content.aspx?u=34&p234&title=Hello.
I got the rewrite happening, but everything is broken including images, javascript all the links because all links and images have the rewritten url address as the base likehttp://mylink/34/234/hello/image.jpeg which it should be the root. Please help me out with this problem. I think URL rewrite should be smart enough to not rewrite the obvious image, css paths.
Please help.