I was wondering if there is a way in the .htaccess to redirect (or better split up) an HTTP request for a file (i.e. batch.zip) to the .zip file for download and at the same time to another file (i.e. log.php, which logs parameters)? My goal is to have the user download the file from a protected folder whereas I can process the information the user has given me, or simply the fact that the user logged in and accessed that file.
Any help would be appreciated.