1 個回答
- 最新
- 最多得票
- 最多評論
0
Hello,
I checked your website via command line.
curl -ILs https://squidbusiness.fr | grep HTTP
HTTP/1.1 200 OK
I also checked it visually and it appears to be online and appears to be working just fine. I did also check for vulnerabilities and this Word Press may be vulnerable to the XMLRPC exploit. I suggest removing this if it's not used, or lock it to a specific IP address range.
相關內容
- 已提問 5 個月前
- 已提問 2 年前

Hi David, thank you for your response. The issue is that I cannot access the admin page of my website (https://squidbusiness.fr/wp-login.php). Do you have any idea what the issue could be?
Hello! I'm able to access your login page both command line and visually. I suspect there is something wrong on your network. Have you tried a different device? I would also suggest checking your security groups and see if someone has added a block to your IP connection. It doesn't appear to be Word Press related from this point of view. I would also suggest locking down this page so internet bots cannot rapidly attempt brute forces on it as well (I should not be able to see this page).
curl -ILs https://squidbusiness.fr/wp-login.php HTTP/1.1 200 OK Date: Thu, 11 May 2023 12:11:46 GMT Server: Apache