my website page url is mysite/use.php?v=123(it is dummy entry basically it come from another page)
i want to convert my url into mysite.use-123.html. i got a code for this purpose from http://roshanbh.com.np/2008/03/url-rewriting-examples-htaccess.html but problem is that when i paste below code in .htaccess it is not working
Options +FollowSymlinks
RewriteEngine on
RewriteRule ^use-([0-9]+)\.html$ use.php?id=$1