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.
Apache
.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.
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.
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 Redirect HTTP to HTTPS on Custom Port in Apache
Sometimes you may need to redirect HTTP to HTTPS on custom port. Here is how to redirect HTTP to HTTPS on custom port in Apache server.
How to Disable Directory Browsing in Apache
By default directory listing is enabled in Apache. Here is how to disable directory browsing in Apache web server.
How to Prevent Direct File Download in Apache Server
Sometimes you may need to prevent files from direct URL access on your website. Here is how to prevent direct file download in Apache server.
How to Implement SSL/TLS in Apache Tomcat
Apache Tomcat is a powerful server for JSP and java applications. Here are the steps to implement SSL/TLS in Apache Tomcat server.