Hi. I need to track which user downloads which mp3 on my server. I do not want it to be IP based, but user name based(paid members). If the user is a registered user(via a lookup on mySQL db and maybe php) he can access the podcast. I tried redirecting, but the feed(rss) reader looks for an .xml file. I thought maybe attach a variable to a feed url(eg http://www.example.com/abc.xml?name=dion and have php do the authentication, and pass control back to apache to serve the file? Is this possible? Or is there a better solution. I do realise that excessive use of .htaccess can become a problem(slow).
Thanks.