D
DDK
How would you go about rewriting a URL such as:
http://www.mysite.com/folder/page.aspx?query=WordnotNumber
to:
http://www.mysite.com/folder/WordnotNumber
In other words I would like to put the querystring at the end of the URL
without using (.aspx)
I have seen some examples of rewriting the URL but they all seem to add the
..aspx at the end. If you have any suggestions about how to tackle this I
would appreciate it.
Thanks,
d.
http://www.mysite.com/folder/page.aspx?query=WordnotNumber
to:
http://www.mysite.com/folder/WordnotNumber
In other words I would like to put the querystring at the end of the URL
without using (.aspx)
I have seen some examples of rewriting the URL but they all seem to add the
..aspx at the end. If you have any suggestions about how to tackle this I
would appreciate it.
Thanks,
d.