Forum Moderators: phranque
RewriteEngine on
RewriteRule ^product$ /product.php [R]
Would redirect example.com/product?p=1234 to example.com/product.php?p=1234
But there's probably a better way to do what you are asking
Alternatively, you could use a scripting language like php to do it if you wanted to change the names of the get variables...
[edit]removed a typo[/edit]