0

my website has been defaced. I went into the website files and found the php file they injected and deleted it, but all the webpages still attempt to redirect to it. The .htaccess file was modified as follows:

RewriteEngine On
RewriteCond %{REQUEST_URI} !=/deface.php
RewriteRule ^ /deface.php [R=301]

Even when removing this file, all the webpages still attempt to redirect go the php file listed here. Any tips to solving this problem?

Joe Balin
  • 177
  • 2
  • 17

0 Answers0