Forum Moderators: phranque
Options +FollowSymlinks
RewriteEngine on
RewriteRule ^aff_c?offer_id=([0-9]+)&aff_id=([0-9]+) http://www.lazyprofits.com/?o=$1&a=$2 [NC]
Options +FollowSymlinks
RewriteEngine on
#
RewriteCond %{QUERY_STRING} ^offer_id=([0-9]+)&aff_id=([0-9]+) [NC]
RewriteRule ^aff_c$ http://www.lazyprofits.com/?o=%1&a=%2 [NC,R=302,L]