Login to download the latest version of Mint and your favorite Pepper, purchase additional licenses, or post in the Forum. Don't have an account? Create one!

In Partnership with Media Temple

Mint Forum

Tracking downloads : manual method ok - advanced one ko

Hi.

I just installed the Downloads pepper from Till Krüss. The “manual” method works very well but the “advanced” one doesn’t.

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.

Till
Third-Party Pepper Developer
Posted on Dec 30, '10 at 09:36 am

Did you set RewriteEngine On?

Yes I did… I don’t understand why it doesn’t work.

Problem seems to be solved.

You must be logged in to reply. Login above or create an account