.htaccess - Url rewriting for my php website -


how can mod rewrite htaccess file?

from

http://example.com/prod/?item=b1594tblw. 

to this

http://example.com/b1594tblw. 

mine gives error.

rewriterule ^([^/]*)?$ prod/?item=$1 [qsa,l] 


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -