I have the issue of affiliate software creating inbound links with www.example.com/page/name/id?aff_id=22 type urls.
Is it possible to convert this using htaccess to www.example.com/page/name/id#aff_id=22 and still have the query be a real query (if you know what I mean, maintain functionality)?
From a "stopping duplicate content and actually gaining benefit by having inbound links" point of view, how best to tackle this issue?
Cheers.