mod_ssl allows Apache server to support SSL v2/v3 and TLS v1. Here’s how to enable mod_ssl in Apache web server. Install mod_ssl in Ubuntu, CentOS.
How To Configure Multiple Host Names in NGINX
NGINX allows you to serve multiple domains from single server. Here’s how to configure multiple host names in NGINX.
How to Password Protect Directory in Apache
You can prevent unauthorized access to your website folder. Here’s how to password protect directory in Apache for your website.
How To Increase File Upload Size In Apache
How To Prevent Image Hotlinking in Apache/WordPress
Image Hotlinking means others showing images on their website by linking to your images. Here’s how to prevent image hotlinking in Apache/Wordpress
How To Redirect Subfolder To Subdomain
Sometimes you may need to move your website subfolder to subdomain. Here’s how to redirect subfolder to subdomain using .htaccess file in Apache.
How To Redirect To Subfolder Using .htaccess
How To Redirect HTTP to HTTPS using .htaccess file
Here’s how to redirect HTTP to HTTPS using .htaccess file in Apache web server. Use it to force HTTPS/SSL on your websites.
Convert .pem to .ppk using PuTTY
Convert .pem to .ppk using PuTTY to connect to Amazon EC2 instance from Windows. Amazon provides a .pem private key which cannot be directly used in PuTTY.