I have recently been having a few issues with bots and malicious attacks trying to breach WordPress websites via brute force attacks. From my experience 90% of the websites, I have built or worked on never utilise the xmlrpc service, which is included with WordPress, due to this I decided to simply block any access
Continue reading...
Block unwanted bad bots, scrapers and default CLI user agents commonly used by scrapers and bots, using Apache and .htaccess.
Continue reading...
Redirect HTTP to HTTPS or Non-HTTPS to HTTPS to secure your website traffic with SSL encryption. Keep the internet secure and your visitors happy.
Continue reading...
Normally if a visitor requests a file or folder which doesn’t exist your web server will respond with a 404 file not found error message, this isn’t the best looking error message and so it’s common to setup a redirect so instead of the web server showing the default page you can use a custom
Continue reading...