HTTP Strict Transport Policy (HSTS) protects your websites from malicious attacks. Here is how to enable HTTP Strict Transport Policy in Apache server.
How Does RewriteBase Work With Example
How to Change Apache Log Level
Apache allows you to configure log levels to customize the logging details for your server. Here is how to change Apache log level for your website.
Setup Rsync Between Two Servers Without Password
Generally Rsync asks for password before starting file transfer. Here is how to setup Rsync between two servers without password.
How to Enable HTTP Strict Transport Policy (HSTS) in NGINX
Http Strict Transport Policy protects your websites from man-in-the-middle attacks. Here is how to enable HTTP strict transport policy (HSTS) in NGINX.
How To Change Apache Log Location
Sometimes you may need to change Apache log location. Here is how to change the location of Apache log file direcory.
Nginx : Redirect to Another Domain without Changing URL
Sometimes you may need to redirect to another domain without changing URL. Here are the steps to do it in NGINX.
How to Prevent SQL Injection in PHP
SQL Injection is a major security vulnerability for websites. Here is how to prevent SQL injection in PHP.
What File Permissions for Apache File/Folders
It is important to provide the right file permissions for Apache file/folders. Here are the file permissions for Apache file/folders.
How to Disable TLS 1.0 /1.1 in Apache Server
TLS 1.0 and 1.1 are outdated security protocols. Here is how to disable TLS 1.0/1.1 in Apache server.