Forum Moderators: phranque
This script is in the .htaccess file of mydomain.com
RewriteCond %{HTTP_REFERER}!http://refer.ccbill.com/.*$
RewriteRule ^index\.php$ [refer.ccbill.com...] [R,L]
Basically, I want to rewrite the default index file such that it is passed to the click code, which encodes the return URL as the mydomain.com. THe second time around, the rewrite engine would detect the referer was from ccbill, and not rewrite the index file the second time, but allow it to execute normally.
Is this even in the realm of possibility or wishful thinking!?