php url routing question
        Posted  
        
            by Ahmet vardar
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Ahmet vardar
        
        
        
        Published on 2010-04-29T23:33:05Z
        Indexed on 
            2010/04/29
            23:37 UTC
        
        
        Read the original article
        Hit count: 349
        
Hi,
http://mysite.com/songs/company-name/song-name
i want to redirect it to
http://mysite.com/songs/index.php?name=company-name&song=song-name
i read some articles about that mod_rewrite but actually i couldnt understand exactyly, i appreciate if you can help me.
thanks
© Stack Overflow or respective owner