Sometimes you may need to redirect in Apache based on Hostname. Here are the steps to do so.
Apache
How to Block URL Pattern in Apache
Sometimes you may need to block URL pattern in Apache. Here are the steps to block requests based on specific regular expression patterns.
How to Redirect Port 80 to 8080 in Apache
Sometimes you may need to redirect port 80 to 8080 in Apache .htaccess. Here are the steps to do it.
How to Monitor Apache Server Performance with mod_status
mod_status module allows you to monitor Apache server performance using web-based dashboards. Here are the steps to configure mod_status in Apache.
How to Define & Use Variables in Apache httpd.conf
Sometimes you may need to set and use variables in Apache web server. Here is how to define & use variables in Apache.
How to Setup Apache Virtual Host in Windows
Virtual hosts allow you to run multiple websites on a single server. Here is how to setup Apache virtual hosts in Windows.
How to Escape Percent (%) in Apache using .htaccess
Sometimes you may need to escape special characters in URL in Apache. Here is how to escape percent (%) in Apache using .htaccess.
How to Remove URL Parameters using .htaccess
Sometimes you may need to remove part of url, remove query string from url or remove characters from URL. Here is how to remove URL parameters using .htaccess.
How to Set Apache PATH Environment Variable
How to Create Virtual Host on WAMP
Virtual Hosts allow you to run multiple websites & domains on a single server. Here is how to create virtual host on WAMP.