Karthik Nanjangude wrote:
Hi OS / WINDOWS 2000 MODJK: mod_jk-1.2.28-httpd-2.2.3.so APACHE: APACHE_2.2.11-win32-x86-no_ssl.msi APPSERVER : JBOSS 4.2.1 JAVA: JDK5.0.8 USED TYPE : INTRANET
Thanks for mentioning that. Always useful, saves time.
Looks all good to me, except that maybe you need to put the "/" in your regexp :I have done the following changes in "httpd.conf" LoadModule jk_module C:/Apache/modules/mod_jk.so LoadModule rewrite_module C:/Apache/modules/mod_rewrite.so <IfModule mod_jk.c> JkWorkersFile conf/workers1.properties JkLogFile logs/mod_jk.log JkLogLevel error JkLogStampFormat "[%a %b %d %H:%M:%S %Y] " JkOptions +ForwardKeySize +ForwardURICompat -ForwardDirectories JkRequestLogFormat "%w %V %T" <Directory /SEARCH/* > AllowOverride all </Directory> RewriteEngine on RewriteLog "C:/APACHE/logs/rewrite.log" RewriteLogLevel 9 RewriteRule ^SEARCH\.html$ /SEARCH/index.html?area1=sq </IfModule>
> RewriteRule ^/SEARCH\.html$ /SEARCH/index.html?area1=sqI think that is what the log is telling you, when it says "pass through". It probably means "no match".
--------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx