i'm trying to add a mod rewrite on wordpress for a shareasale link as an seo friendly link sample url http://www.shareasale.com/m-pr.cfm?merchantID=12345&userID=54321&productID=987654321 Code (markup): to sort of do this domain.com/item-productname Code (markup): how do i go about it,
i don't know exaclty but i think you have to write a plugin which will add a rewrite rule the the wp rewrite rules object for you. You can find some examples on how to do that here WP_Rewrite Examples