Hi,
This is my situation. I have Apache 2.0.48, Tomcat 4.1 installed on a Win 2000 machine. I have set up mod_jk to redirect requests from Apache to Tomcat. I intend to use mod_rewrite to do some URL manipulations. When I try to use mod rewrite with just Apache it works fine, but when I use Apache + Tomcat it does not.
.htaccess file contains
RewriteEngine on
Options +FollowSymlinks
RewriteBase /
RewriteRule ^\.htaccess$ - [F]
In httpd.conf file I have added this line :
LoadModule jk2_module modules/mod_jk2.so to load the mod_jk module and used the workers2.properties file to redirect from Apache to Tomcat. Should I be doing anything else for mod_rewrite to work?
Thanx
This is my situation. I have Apache 2.0.48, Tomcat 4.1 installed on a Win 2000 machine. I have set up mod_jk to redirect requests from Apache to Tomcat. I intend to use mod_rewrite to do some URL manipulations. When I try to use mod rewrite with just Apache it works fine, but when I use Apache + Tomcat it does not.
.htaccess file contains
RewriteEngine on
Options +FollowSymlinks
RewriteBase /
RewriteRule ^\.htaccess$ - [F]
In httpd.conf file I have added this line :
LoadModule jk2_module modules/mod_jk2.so to load the mod_jk module and used the workers2.properties file to redirect from Apache to Tomcat. Should I be doing anything else for mod_rewrite to work?
Thanx