how change parameters of url with htaccess
I have 2 url like this:
1- example.org/?ptype=writer/5/jon-sina 2- example.org/?ptype=publisher/10/ali-ssadeghi
I want to redirect that 2 address to these:
1- example.org/?ptype=product/5/jon-sina 2- example.org/?ptype=product/10/ali-ssadeghi
*
I wanna just change "writer" and "publisher" to: "product"
*
help me plz :)