What will be the URL Rewriting rule for this?

allgenresaaca

New Member
I have a static web application on a windows hosting of Godaddy.In my application I have URLs like below:\[code\]http://MyDomain.com/?page_id=18http://MyDomain.com/?page_id=19http://MyDomain.com/?page_id=20\[/code\]And I want the Rewritten URLs to be like this:\[code\]http://MyDomain.com/custom-development.htmlhttp://MyDomain.com/online-development.htmlhttp://MyDomain.com/small-development.html\[/code\]So what will be the URL Rewriting rule in the web.config file..?Thanks in advance.
 
Back
Top