Hello, I have a dynamic website where all the pages and sections are pulling out from Dynamic URLs like http://www.mysite.com?pageId=5 or http://www.mysite.com?pageId=9 There are hundreds of these type of links placed in my site and now I prefer to display static URL in the address bar. For example, If any user click on the link 'http://www.mysite.com?pageId=5', in the address bar the URL it will be converted to 'http://www.mysite.com/service.html' and if clicked on 'http://www.mysite.com?pageId=9', it will be converted to 'http://mysite.com/about,html' and so on. Will it can be done through htaccess file? If so, what should I write in the htaccess file? I can not change the dynamic URLs of my site right now because there are hundreds of links are in my site. Please suggest.
This offiers very little, if any value to the site. Its neither SEo friendly now allows users to remember the links. You really need to consider changing links in the site to user friendly links and then write htaccess codes to redirect them to pages such as pageId=9 etc.