WordPress Intrusions?
-
https://www.livearchitecture.net
Hello all. This is the first time posting an issue here. I have had some strange behavior on our site lately (above). Browsers began to say that our site is a phishing site. I found something at the end of our index.php which was essentially a link to (sorry I deleted the full line of code).“https://www.freeguard.biz/j100coock.js”
If I delete this, its fine for a bit, but eventually comes back. My .htaccess file looks like this:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Any help in eradicating this would be greatly appreciated!
- The topic ‘WordPress Intrusions?’ is closed to new replies.