.htaccess - mod_rewrite not Working in grabkart.com -


this question has answer here:

i have own website grabkart

grabkart.com online shopping portle

i want make change url of website from

http://www.grabkart.com/productdetail.php?prodid=4385 

to

http://www.grabkart.com/productdetail/4385 

what change have make in my.htaccess file this

rewriteengine on rewriterule ^productdetail/([0-9]+)/?$     productdetail.php?prodid=$1 

Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -