<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^(.*)$ ../../download/$1
</IfModule>