goofball
06-06-2003, 01:07 PM
In order to track the click-thru & other response rates to a mass-email newsletter, all the links within that email look like this:
http://www.domain.com/cgi-bin/mail/newsletters/track.cgi?link=2345&logfile=2345&email=234
Those url's get annoying, especially if you don't want to rub it in your subscribers faces that your tracking every click they make. I needed a shorter url, so I used a symbolic link that points to that "track.cgi" file.
The problem is, when I click the href to that symbolic link, the browser displays the contents of the tracking script, instead of executing the script. I'm sure this has to do with the fact that the symbolic link lies outside the cgi-bin, but I want to keep it where is is if possilbe.
I'm using a UNIX-based server. Any suggestions?
Thanks!
http://www.domain.com/cgi-bin/mail/newsletters/track.cgi?link=2345&logfile=2345&email=234
Those url's get annoying, especially if you don't want to rub it in your subscribers faces that your tracking every click they make. I needed a shorter url, so I used a symbolic link that points to that "track.cgi" file.
The problem is, when I click the href to that symbolic link, the browser displays the contents of the tracking script, instead of executing the script. I'm sure this has to do with the fact that the symbolic link lies outside the cgi-bin, but I want to keep it where is is if possilbe.
I'm using a UNIX-based server. Any suggestions?
Thanks!