Hi.
I just installed the Downloads pepper from Till Krüss. The “manual” method works very well but the “advanced” one doesn’t.
- Mint install : http://mint.domain.com
- Files location : http://cdn.dl.domain.com
Here is what I use in my .htaccess :
<FilesMatch "\.(zip|rar|tar\.gz)$">
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^(.*)$ http://mint.domain.com/pepper/tillkruess/downloads/tracker.php?url=http://%{HTTP_HOST}%{REQUEST_URI}&remote
</FilesMatch>
The “remote” option is also checked in Mint’s admin panel.
Is it right ?
Thank you for your help.