
Sometimes you may need to change Apache user for your website. Here are the steps to change Apache user for your site.
Sometimes you may need to change Apache user for your website. Here are the steps to change Apache user for your site.
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.
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.
Sometimes you may need to make subfolder as root of your website. Here is how to redirect subfolder to root using .htaccess
Sometimes you may need to make a folder or subfolder inaccessible. Here is how to make directory inaccessible with .htaccess.
Sometimes you may need to find the location of config file location in Apache. Here is how to find config file location 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.
By default directory listing is enabled in Apache. Here is how to disable directory browsing in Apache web 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.
Apache Tomcat is a powerful server for JSP and java applications. Here are the steps to implement SSL/TLS in Apache Tomcat server.