Has my blog been hijacked.
-
On Nov 25 I added two ads to my site that were recommended as traffic boosters. That is the only changes I made. Since that time, my traffic has dropped by 75%, and has almost the exact number of hits for the last 4 days. This is my .htaccess file. Does this look normal?
‘# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress’
I obviously am not well versed on these.
Thanks
- The topic ‘Has my blog been hijacked.’ is closed to new replies.