Hi

Lets say I have my website setup at www.abc.com. When some user browses the site, he comes accross some webforms having such URL www.abc.com/dir1/pages/page.aspx?id=4. Now what I want is that the URL visible in browser, for the above page, should be something like
www.abc.com/dir1/page.aspx?id=4.

How to accomplish this.