Hi,
I'm trying to display paths like:
http://www.mysite.com/page1/category1/
http://www.mysite.com/page1/category2/
by the page: http://www.mysite.com/Default.aspx
Is there any way to do that instead of dinamic paths, ex.
http://www.mysite.com/Default.aspx?page=page1&category=category1
Thanks in advanced for all replies :)