I just watched my hits spike and attackers are trying to deface from my website. I have the site currently redirecting to twitter. If that is intercepted I gave them an exit; die(); on a failed connection. I cannot access files or FTP.
AnonymousBoard.LikesYou.org
Your website is working fine from here now.
If you want to block attacks more effectively, I’ve seen people add a .htaccess rule with the content Redirect / http://127.0.0.1
. Unlike your approach, it’s handled directly by the web server and doesn’t require any PHP processes to be started, which should help with load.
2 Likes
I cannot access file manager or connect though FTP and it keeps kicking me out when I do. I also cannot access redirects.
Yeah, there were some load issues on the FTP system yesterday. Should be fine now though.
3 Likes
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.