Mod rewrite with multiple query strings
- by Boris
Hi,
I'm a complete n00b when it comes to regular expressions. I need these redirects:
(1)
www.mysite.com/products.php?id=001&product=Product-Name&source=Source-Name
should become -> www.mysite.com/Source-Name/001-Product-Name
(2)
www.mysite.com/stores.php?id=002&name=Store-Name
should become -> www.mysite.com/002-Store-Name
Any help much appreciated :)