Apache : RewriteRule vs Alias
A small note on order of execution of a RewriteRule directive and a folder Alias on Apache HTTPD – RewriteRule is always executed before the Alias, thus m...
A small note on order of execution of a RewriteRule directive and a folder Alias on Apache HTTPD – RewriteRule is always executed before the Alias, thus m...
These are the steps involved to enable SSL on Tomcat on developer machine for test purposes. 1. Create a certificate key store Run this command in the command p...
List of steps involved in getting PHP5 to work with a pre-installed Apache server on Windows. Download the file “php-5.3.3-Win32-VC6-x86.zip” from &...
This example shows how to use a Java program as a RewriteMap in Apache Httpd server. Prerequisites on the server box: Apache HTTPD 2.2x. JDK/JRE. What does the ...
Here are the 2 (often left out) requirements to set a cookie using httpd’s rewrite rule (mod_rewrite), while working on localhost: Use the IP 127.0.0.1 i...