.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

Payment information shows nothing in one page checkout page magento -

tcpdump - How to check if server received packet (acknowledged) -