Hi friends.
I have a small issue in URL rewriting. I am using RewritePath method.
Suppose. I have following structure in application.
root/
category.aspx
product.aspx
Now, for category page, I have not any problem because I am calling page like as
www.mydomain.com/nokia.aspx and its rewrite to category.aspx page
for product page, I am calling page like as
www.mydomain.com/nokia/n6300.aspx and rewrite to product.aspx page.
but when this page is opened, I loses css style and images that are used in the page because of relative root path and in this case path will be defined by nokia.
I have googled a lot but not find any particular solution to resolve this issue.
can any one give me solution or suggestion that will help me to complete my work.
Thanks
Imrankhan