Hello Arshi, You have to un-comment the mod_rewrite.so that should look like this LoadModule rewrite_module modules/mod_rewrite.so Into your httpd.conf of your apache->conf folder. Then restart your server. Thanks, chriscupas --- In php-objects@xxxxxxxxxxxxxxx, "arvind" <arvindsri123@...> wrote: > > 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 >