Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的网站被污损了。我进入了网站文件,找到了他们注入的 php 文件并删除了它,但所有网页仍然试图重定向到它。.htaccess 文件修改如下:
RewriteEngine On RewriteCond %{REQUEST_URI} !=/deface.php RewriteRule ^ /deface.php [R=301]
即使删除此文件,所有网页仍会尝试重定向到此处列出的 php 文件。解决此问题的任何提示?