Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Hide a part of <%Url%> with htaccess?

Quote Reply
Hide a part of <%Url%> with htaccess?
Hi,
I'm using Andys Plugin user clicks to count the number of downloads of each user.
That works perfect but only with jump.cgi to the detailed page.
So I have urls like this one
/cgi-bin/unterricht/jump.cgi?Detailed=12443
When a logged in user clicks this link a download is counted.

So far so good.
On the detailed page a want to hide the real url too.
That works fine with jump.cgi, too
So I have urls like this one
/cgi-bin/unterricht/jump.cgi?ID=12443

And now my problem.
When I'm using jump.cgi in link.hml and in detail.html the file download is counted 2 times?
I can just use <%url%> in detail.html but then everybody can see the path of the downloaded file :-(

My question
Is there a way to use jump.cgi in link.html and in detail.html but count it only once?
Or is there a way to hide a part of the download path with a .htaccess file?
So a url like
/files/something/blabla.zip
is shown as
/something/blabla.zip

I hope you can understand my problem?
Matthias

Matthias
gpaed.de
Subject Author Views Date
Thread Hide a part of <%Url%> with htaccess? Matthias70 2501 Aug 12, 2007, 11:14 AM
Thread Re: [Matthias70] Hide a part of <%Url%> with htaccess?
Andy 2397 Aug 13, 2007, 3:37 AM
Thread Re: [Andy] Hide a part of <%Url%> with htaccess?
Matthias70 2377 Aug 13, 2007, 4:10 AM
Post Re: [Matthias70] Hide a part of <%Url%> with htaccess?
Andy 2399 Aug 13, 2007, 4:26 AM