Sometimes you may need to host multiples sites on a single Apache server. Here is how to configure multiple virtual hosts in Apache.
Apache
How to Rewrite URL with Parameters in Apache
Sometimes you may need to rewrite URL with parameters in Apache. Here is how to Rewrite URL with parameters using mod_rewrite (.htaccess).
How to Filter Logs Between Date Range in Linux
Sometimes you may need to filter logs by time range or date range. Here is how to filter logs between date range in Linux.
How to Redirect IP to Domain URL using .htaccess in Apache
Sometimes you may need to redirect IP to domain URL using .htaccess in Apache. Here is how to do it.
How to Fix Mixed Content/Insecure Content Issue in Apache/PHP
Browsers don’t load mixed content and issue security warning. Here is how to fix mixed content/insecure content issue in Apache/PHP.
How to Force HTTPS in .htaccess in Apache
Sometimes you may need to automatically redirect HTTP to HTTPS URLs on your website. Here is how to enforce HTTPS in .htaccess in Apache.
How to Set Content-Disposition Header to Attachment in Apache
Sometimes you may need to enable downloads on your website. Here is how to set content-disposition header to attachment in Apache server.
How to Force Download in Apache
Sometimes you may need to force users to download files instead of opening them in browser. Here is how to force download in Apache server.
How to Disable mod_deflate in Apache
Sometimes you may need to remove mod_deflate from Apache server. Here are the steps to disable mod_deflate in Apache.
How to Create Wildcard Subdomain VirtualHost in Apache Server
Sometimes you may need to create virtual host for wildcard subdomain. Here are the steps to create wildcard subdomain in Apache server.