Hello,
I need some help in url rewrite i tried alot but not able to get this done.
Have a look at url
http://www.mydomain.com/insurance/metatags.php?cat_id=44
I need to rewrite to make html file
Below is the code I m using but no success
Options +FollowSymLinks
RewriteEngine on
RewriteRule metatags-cat_id-(.*)\.htm$ metatags.php?cat_id=$1
Also DO i need add / write some code in php file also to make this work ?
One guy said have u just added .htaccess
I relied: yes
he said then this will not work
SO Can any one help me out with this.
Thanks
DSS