I am trying to convert normal url to SEO friendly url, and using mod_rewrite, when i am testing it on local server(localhost), its not executing anything and page is opening normally, no changes in URL.. I have installed wamp on winxp. .htaccess file is in same folder (rewrite) RewriteEngine On RewriteRule ^service_details/([0-9]+)/?$ service_details.php?MID=$1 [NC,L] Please help ...If any one know about it. Thanks, Arshi