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.
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.
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 Rsync Files Between Two Servers
Sometimes you may need to synchronize files between two remote servers. Here is how to rsync files between servers.
How to Install ReactJS in Ubuntu
ReactJS is a Javascript library that allows you to create interactive user interfaces. Here is how to install ReactJS in Ubuntu.