Mod rewrite with multiple query strings
        Posted  
        
            by Boris
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Boris
        
        
        
        Published on 2010-06-11T07:02:09Z
        Indexed on 
            2010/06/11
            7:13 UTC
        
        
        Read the original article
        Hit count: 309
        
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 :)
© Stack Overflow or respective owner