Sometimes you may need to redirect POST data in Apache server. Here is how to redirect POST request data using .htaccess
How to Exclude URL from Auth in Apache
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 Exclude Folder from Rewrite Rule in .htaccess
Sometimes you may need to exclude folder from redirect or exclude directory from mod_rewrite. Here is how to exclude folder from rewrite rules in .htaccess.
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 Remove index.php from URL in CodeIgniter
Index.php is included in every URL for CodeIgniter websites. Here is how to remove index.php from URL in CodeIgniter.
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.