Ok I think someone hacked my hosting and made a 301 .htaccess redirect on my domains.
The domains were just simple meta refresh redirects to my cpa offers
Anyway I wasn't getting conversions so I decided to change my offer.
I re uploaded my meta refresh script and went to my site to make sure everything worked ok.
Problem is that instead of going to my new offer, It was still going to my old offer.
I went back to my hosting and noticed a .htaccess redirect and this is the code.
Can anybody let me know what this is and how it was put there?
Thanks
The domains were just simple meta refresh redirects to my cpa offers
Anyway I wasn't getting conversions so I decided to change my offer.
I re uploaded my meta refresh script and went to my site to make sure everything worked ok.
Problem is that instead of going to my new offer, It was still going to my old offer.
I went back to my hosting and noticed a .htaccess redirect and this is the code.
Code:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^tones.xxxxxx.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.xxxxxxx.com$
RewriteRule ^(.*)$ "http\:\/\/www\.cpaclicks\.com\/secure\.asp\?e\=attntvpaasv\&d\=0\&l\=0\&o\=\&p\=0\&subID1\=\&subID2\=\&subID3\=\&subID4\=\&subID5\=" [R=301,L]
Thanks