mod_headers module allows you to set headers in Apache web server. Here’s how to enable mod_headers in Apache web server in Ubuntu/Debian/Redhat/CentOS/Fedora.
Author: Sreeram Sreenivasan
How To Secure Apache with Let’s Encrypt on Debian 10
Let’s Encrypt offers free SSL/TLS certificate for HTTPS. Here’s how to secure Apache with Let’s Encrypt on Debian 10.
How to Set Access-Control-Allow-Origin (CORS) Headers in Apache
Access-Control-Allow-Origin header allows you to enable CORS in Apache. Here’s how to set Access-Control-Allow-Origin headers in Apache.
How to Install Apache mod_security in Ubuntu
mod_security is a firewall for Apache web server that protects website from security threats. Here’s how to install Apache mod_security in Ubuntu.
How to Redirect Subfolder to Subdomain in NGINX
Sometimes you may need to redirect folder to subdomain or subdirectory to subdomain. Here’s how to redirect subfolder to subdomain in NGINX.
How To Redirect Subdomain To Folder in NGINX
When you move subdomain to subfolder you need to redirect subdomain to subdirectory. Here’s how to redirect subdomain to folder in NGINX.
How to Install SSL Certificate on Apache Windows
SSL certificate allows you to enable HTTPS/TLS on your website. Here’s how to install SSL certificate on Apache Windows.
How to Generate CSR for SSL Certificate in Linux
You need to generate CSR from private key for issuing SSL certificate. Here’s how to generate CSR for SSL certificate in Linux for Apache/NGINX.
How to Redirect non-www to www in Apache htaccess
Sometimes you may need to redirect non-www URLs to www URLs for your website. Here’s how to redirect non-www to www in Apache htaccess.
How to Redirect www to non-www in Apache htaccess
Sometimes you may need to redirect www URLs to non-www URLs for your website. Here’s how to redirect www to non-www in Apache htaccess.