-

How to select the perfect web host?
You want to present your creative idea to the world. You have products and services, and you want to increase its customer base and market. Definitely for a lot of these similar purposes you need…
-

Install cPanel WHM on CentOS 7 RHEL and CloudLinux
In this tutorial we will install cPanel and WHM on CentOS 7 or on RHEL and CloudLinux Platforms. In tutorial I have used DigitalOcean as web server. You can choose any of managed or unmanaged…
-

How to hide PHP version?
PHP is an open-source web scripting language that is widely used to build dynamic web pages. But its default installation leaves a hack and unneeded information called PHP version as X-Powered-By: PHP/X.x.x which help hackers to target…
-

Nginx Redirection Non-www to www and www to Non-www
Sometime we will need to redirect the main non www to www, or the vice versa, www to non www url. This Nginx Redirection is useful if you need to avoid duplicate contents in your Search…
-

Useful guidelines for a cheap web hosting solution
Cheap Web Hosting solution is an important issue that needs a sincere and quality approach to take the decision. As there are lots of service providers, the identification of the right kind of reliable web…
-

How to Setup 301 Redirect in Nginx?
301 redirect is very easy to setup if we are using Apache webserver, usually we do it via editing the .htaccess file, however if we switched to Nginx webserver then we will find that the old .htaccess 301…
-

413 Request Entity Too Large
The error “413 Request Entity Too Large” is a very common error that occurs with Apache or Nginx web servers. It appears when someone requests more information than is limited by Apache or Nginx and…
-

How to Hide Nginx Version?
Sometimes due to lack of time it is difficult to update the software and you end up with running old vulnerable version. In this cases, it comes to handy to know how to hide nginx…
-

Apache vs. Nginx: Selection of a Perfect Web Server
About Apache and Nginx Both Apache and Nginx is web-server software, that enables us to host website on a public internet. Introduction of Apache Apache is said to be the leading HTTP server software available…