RewriteEngine On

# Allows any user to see this directory
Satisfy Any # Apache 2.3
Allow from all # Apache 2.4

RewriteRule "^files/(.*)$" "../download.php" [END,L]
