wp-login

  1. M

    How to restrict wp-login.php only with ip address

    i try adding with .htaccess with condition below <Files wp-login.php> order deny,allow deny from all allow from x.x.x.x </Files> but i still manage to access wp-login.php, any suggestion or steps maybe how to restrict wp-login in litespeed wordpress? maybe in...
  2. svenms

    Protect Brute Force wp-login.php and xmlrpc.php

    Dears, I am able to block brute force attacks using Wordfence but even though I see CPU usage spikes related with lsphp process. CPU gets to 100% for long time. I am guessing it is because the blocking is not being performed by lsphp itself and each attack is handled as a request by lsphp, and...
Top