I need to modify a generated file-download url to another with .htaccess
I need to make this URL:
http://example.com/download.php?file=Cool_Artist_-_Another_Cool_Song_id-1a2b3c4d5e6f7g8h_[www.mysite.com].mp3
Rewritten into this URL:
http://example.com/download/id-1a2b3c4d5e6f7g8h/Cool_Artist_-_Another_Cool_Song_[www.mysite.com]
Anyone can help me to figure it out?