hm,
If you don't have that in your directories (check via FTP) then there shouldn't be a problem. Hackers are sneaky so they may have compromised your webspace (use VERY strong passwords and work with your host to run maldet scans until it reports that you're clean - more than removing all .exe files!). To correct the Google link, though, merely use mod_rewrite in your DocumentRoot to update their database:
Code:
RewriteEngine on
RewriteRule ^imprss/101dtm\.php$ http://example.com/index.php [R=301,L]
You could have used a Fail code but that wouldn't help your visitors.
Regards,
DK
Bookmarks