Quote:
Originally Posted by Mike Semen
Care to share how you do it then?

|
Sure...
RewriteEngine on
Options +FollowSymlinks
RewriteRule ^go/ladyboygold/ http://join.ladyboygold.com/track/NzkwOjk6Ng/ [R=301,NC]
then go to
http://www.yourdomain.com/go/ladyboygold/ and apache automatically redirects to the url above. I've tested this with join links, test signups and such and this method works the best. Granted the .htaccess file can get to be a bit large, its still better than running PHP that essentially does the same thing.