Moderator
t-p
(@t-p)
I still cannot access anything…
My website is no longer loading as well.
Have you asked your hosting provider why is it so?
Site URL?
http://www.dvees.com.
Yes, I just spoke to them. They said it’s a wordpress issue because my server is pointing to wordpress. I really dont know what to do
Thank you for responding
Moderator
t-p
(@t-p)
– Please check the error logs on your server for a more specific error message and see why it’s failing. If you need help locating them, ask your hosting provider to help you with that.
– If you cannot find error logs or if you don’t find any helpful info in the error logs, try Enabling debugging
Are they saying you’re the target or source of the attack?
If you are the target, you can block access to xMLRPC for a while.
add this at the top of your .htaccess file
# Block WordPress xmlrpc.php requests
<Files xmlrpc.php>
order deny,allow
deny from all
allow from 123.123.123.123
</Files>
If you don’t use XMLRPC for access from your home computer, you can ddelete the “allow” line. Note that this may break some features of Jetpack, so think of it as a temporary measure while you wait for the attackers to move on to someone else.