.htaccess - mod_rewrite for SEO friendly URL using htaccess -


i trying write seo friendly url of below url.

www.url.com/item.php?id=_84_113_112&lang=en 

i have written below code:

rewriterule ^(.*)/(.*)/$ item.php?id=$2&lang=$1 [qsa,l] 

but not working, can help?

probably / @ end (before $) problem.
change this.

rewriterule ^(.*)/(.*)$ item.php?id=$2&lang=$1 [qsa,l] 

Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -