Good Day,
I am using the Affiliate Referal Module by AntonLV
http://www.boonex.com/m/forced-matrix-for-affiliate-referrals-system
This module creates the following type of link for each member.
http://www.hellopages.com/?refaqb=1
I am attempting to redirect our homepage to: http://www.hellopages.com
to http://www.hellopages.com/?refaqb=1
My entry looks like this:
RewriteRule ^.$ http://www.hellopages.com/?refaqb=1 and the rule fails.
RedirectMatch ^.$ http://www.hellopages.com/?refaqb=1 creates a loop.
Any ideas?
Thanks in advance,
Thomas