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.
.htaccess Make Subfolder Root
Sometimes you may need to make subfolder as root of your website. Here is how to redirect subfolder to root using .htaccess
How to Make Directory Inaccessible with .htaccess
Sometimes you may need to make a folder or subfolder inaccessible. Here is how to make directory inaccessible with .htaccess.
How to Remove index.php from URL using .htaccess
By default, PHP websites include index.php after domain name in URL. Here is how to remove index.php from URL using .htaccess in Apache. web server.
Apache Config File Location
Sometimes you may need to find the location of config file location in Apache. Here is how to find config file location in Apache.
How to Configure SSL/TLS passthrough in NGINX
Sometimes you may need to setup SSL passthrough for NGINX server. Here are the steps to configure SSL/TLS passthrough in NGINX.
Apache2: Could Not Reliably Determine Server’s Fully Qualified Domain Name
Sometimes you may get “Could Not Reliably Determine Server’s Fully Qualified Domain Name” error in Apache. Here is how to fix this problem.
How to Fix NGINX: Too Many Open Files Error
Sometimes you may get “Too Many Open Files” error message while using NGINX server. Here are the steps to fix this issue.
How to List NGINX Modules & Compiled Flags
Sometimes you need to find out the NGINX modules & compiled flags. Here is how to list NGINX modules & compiled flags.