Hi, my site is created by using ASP.net and it is www.xyz.com If I enter into the site, then it was redirecting to a dynamic url. And numbers in this dynamic url are changing frequently. How can I stay at www.xyz.com only. Is it possible by using mod rewrite? Please explain this mod rewrite method.
What is generating the numbers? It sounds like the site may be generating session IDs? If that is so, you may want to look at why session IDs are enabled, and if the site could function similarly using cookies instead. If you can handle user sessions differently, then you can look at handling the redirect differently, or getting rid of it altogether.