replacing querystrings with fake page names
Hi,
I'm currently working on a CMS project..
I have a Page.aspx that handles 6 different cases of page types from a query string..
Ex.:
if redirected to 'Page.aspx?pageid=2' you will see a press release..
...etc..
what i need to do, is to show the user that he's accessing a page for example 'pressrelease.aspx' instead of showing the real 'Page.aspx?pageid=2' address..
i do know how to hide the query string itself.. but i need to actually CHANGE the whole address for the user..
Your effort is appreciated
|