Caching improves website speed and server performance. Here’s how to configure Apache Cache in Ubuntu.
How To Implement NGINX Reverse Proxy
NGINX Reverse Proxy helps loads balancing and improves security. Here’s how to implement NGINX Reverse Proxy.
How to Redirect 404 to Homepage using .htaccess
When server is unable to find a specific URL it throws 404 error response. Here’s how to redirect 404 to URL using .htaccess in Apache web server.
How to Redirect URL in NGINX
How To Enable mod_ssl in Apache
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.