clicks.php?type=aff&aid=1
into
out/1/ (1 being the id of the affiliate)
In htaccess i put this code
RewriteRule ^out/[#aff_id]/?$ clicks.php?type=aff&aid=[#aff_id] [QSA,L]
and in the php link.
out/[aff_id]/
when i click the link it goes to /out/1/ (etc)
but the site it is supposed to go to doesn't work
Can anybody please help me ?
