LEMP stack is a group of software and LEMP is an acronym and it describes a Linux operating system, with Nginx web server, MySQL as a database and the dynamic processing is handled by PHP to serve dynamic websites and web applications. This guide is tested on Ubuntu 18.04 LTE. This installation guide and configuration would […]
NGINX
URL Redirects: 302 Redirect vs 301 Redirect
302 Redirect and 301 Redirect URL redirects are a very important part of every webmaster. There are a couple of ways to use URL redirects, each of them has its own advantages and meaning to the browser at the client-side. Here is the list of two most common URL redirect type: 302 redirects It’s a temporary URL redirect. 301 […]
6 WordPress Security Tips: Prevent WordPress XMLRPC Attacks
There are many instances of XMLRPC Attacks these days. This WordPress Security issue arises when a server has not been protected or optimized. This could lead to experience issue or errors after receiving a small amount of malicious traffic. Usually, these type of attacks results in the exhaustion of system resources. While monitoring my system, I […]
How To Host Multiple Websites on Ubuntu with NGINX
Are you looking to cut your server cost and host multiple websites on Ubuntu server with NGINX? This tutorial is for you. If a server has enough resources, then there is no point to waste those resources by only hosting a single website. This guide is tested on Ubuntu 14.04, 16.04, 18.04 LTE. The installation […]
How to Install WordPress on Ubuntu 18.04 LTE – LEMP Stack
This guide covers the step-by-step guide on how to Install WordPress on Ubuntu 18.04, 16.04, 14.04 LTE Server with LEMP Stack to help your website perform better and faster. WordPress is a popular, Dynamic and blog-focused content management system. WordPress is by far the most famous and most used content management system for websites. There […]