It is important to disable insecure HTTP methods like OPTIONS, HEAD, PUT, DELETE from Apache Server. Here is how to disable HTTP options methods in Apache web server.
How To Set Default Charset to UTF-8 Encoding in Apache
Apache allows you to set default charset to UTF8 encoding. Here are the steps to set default charset to UTF-8 encoding in Apache.
How To Remove WWW from Domain URL in NGINX
Sometimes you may need to redirect www URL to non-www URL. Here is how to remove www from domain URL in NGINX.
How To Redirect HTTP to HTTPS in NGINX
Sometimes you may need to redirect HTTP to HTTPS or enforce HTTPS on your website. Here is how to redirect HTTP to HTTPS in NGINX.
How To Configure Basic Authentication in NGINX
NGINX basic authentication allows you to protect servers, websites, virtual hosts and web pages. Here is how to configure basic authentication in NGINX.
How To Install Let’s Encrypt on NGINX
Let’s Encrypt is a free and popular SSL certificate generation tool. Here is how to install let’s encrypt on NGINX web server.
How To Enable mod_rewrite in XAMPP, WAMP
mod_rewrite is an Apache module for redirection and URL rewrite. Here is how to enable mod_rewrite in XAMPP, WAMP.
How To Change Default Index Page in Apache
How to Change Default Timezone in Apache/PHP
Default timezone in Apache/PHP is set to UTC time. Here is how to change default timezone in Apache/PHP.
How To Install mod_security on CentOS
mod_security improves website security and protection. Here is how to install mod_security on CentOS 7 for Apache Web Server.