How To Protect Your WordPress Login Url From Brute Force Attacks Without A Plugin

WordPress admin site login URL is /wp-login.php by default. It is known by all bots, hackers, and other spam software which can take brute force attacks on your website. If you find there are so many records ( ie: 54.179.53.96 – – [29/Nov/2020:00:20:53 -0700] “POST /wp-login.php HTTP/1.1” 200 ) in your website access log, it

How To Protect Your WordPress Login Url From Brute Force Attacks Without A Plugin Read More »

How To Block Special Http Url Request To Website By .htaccess File Or CloudFlare Firewall

If you have a high-traffic website, when you look at the website access log or SSL access log, you may find there are a lot of spam URL requests. In my website one day’s access log, I found 90000 //xmlrpc.php request and 40000 //wp-cron.php requests. Such kind of requests will not be blocked by spam

How To Block Special Http Url Request To Website By .htaccess File Or CloudFlare Firewall Read More »

How To Check CPU Usage And Server Load In WHM To Fix Website Performance Issue

My website host provider uses WHM ( Web Host Manager ) to manage multiple websites that are CPanel-based. WHM is a very good tool to monitor website performance, you can use it to check CPU, ram, and disk space usage percentage, it can also monitor and manage server processes. It is an all-in-one platform for

How To Check CPU Usage And Server Load In WHM To Fix Website Performance Issue Read More »

How To Import Filtered Excel Rows From One Excel File To Another Dynamically

This article will tell you how to import filtered excel rows from one excel file into a new excel workbook. And when the source excel rows data is changed, the data in new excel workbook will also be changed dynamically by refresh the connection. There are two method to achieve this, i will introduce them

How To Import Filtered Excel Rows From One Excel File To Another Dynamically Read More »