TLS 1.0 and 1.1 are outdated security protocols. Here is how to disable TLS 1.0/1.1 in Apache server.
How to Redirect POST Request Data in .htaccess
Sometimes you may need to redirect POST data in Apache server. Here is how to redirect POST request data using .htaccess
How to Exclude Directory from Auth in Apache
Sometimes you may need to exclude specific folder from Apache’s basic authentication. Here is how to exclude directory from Auth in Apache server.
How to Check What User NGINX is Running As
Sometimes you may need to find out which user NGINX is running as. Here is how to check which user NGINX is running as.
How to Check Number of Concurrent Connections in Apache
Sometimes you may need to find number of concurrent users in Apache web server. Here is how to find number of concurrent connections in Apache.
How to Generate Subdomains on the Fly in PHP (.htaccess)
Sometimes you may need to create subdomain programmatically or dynamically create subdomain for your website. Here is how to generate subdomains on the fly in PHP using .htaccess.
How to Check What User Apache is Running As
Sometimes you may need to find out which user Apache is running as or check what user PHP is running as. Here is how to check what user Apache is running as.
How to Change Apache User
Sometimes you may need to change Apache user for your website. Here are the steps to change Apache user for your site.
How to Change Default Page in .htaccess
Here is how to change default index page using .htaccess in Apache server. You can use them to change default index page of your website.
.htaccess Make URL Case Insensitive
Sometimes you may need to deal with case sensitive URLs in Apache. Here is how to make URL case insensitive using .htaccess in Apache web server.