Website hacked by META HTTP-EQUIV REFRESH
-
My website is hacked.
All posts has post_name and title_name like<meta http-equiv="refresh"
At homepage i found code like this
window._wp_rp_post_title = '%3Cmeta+http-equiv%3D%22refresh%22+content%3D%220%3BURL%3Dhttp%3A%2F%2Fwww.stampcenter.gr%2Fbin%2Fac.txt%22%3E';
I have about 9000 records replaced in SQL in wp_post table (post_name, post_title) to
<meta http-equiv="refresh" content="0;URL=https://www.stampcenter.gr/bin/ac.txt">
This is my htacess
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress RewriteEngine On RewriteCond %{REQUEST_METHOD} POST RewriteCond %{REQUEST_URI} .wp-comments-post.php RewriteCond %{HTTP_REFERER} !whatannawears.com [OR] RewriteCond %{HTTP_USER_AGENT} ^$ RewriteRule (.*) https://%{REMOTE_ADDR}/$ [R=301,L]
website ur: www[dot]whatannawears[dot]com
Please help me solve this problem. Guy who made website for me doesnt respond.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Website hacked by META HTTP-EQUIV REFRESH’ is closed to new replies.