Let’s Encrypt offers free SSL/TLS certificate for HTTPS. Here’s how to secure Apache with Let’s Encrypt on Debian 10.
Apache
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 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.
How to Redirect URL to Another URL
When you move a page to new location, you need to redirect old URL to new URL. Here’s how to redirect URL to another URL in Apache .htaccess.
How To Redirect All Pages To New Domain in Apache
When you migrate website, you need to redirect all URLs to another domain. Here’s how to redirect all pages to new domain in Apache.
How To Redirect Site To Another Domain in Apache
Sometimes you may need to redirect website to another website. Here’s how to redirect site to another domain.