On Fri, Aug 12, 2005 at 10:32:41AM -0400, brian papa wrote: > Still having the same problem... right now my rewrite stuff looks like this - > > LoadModule rewrite_module modules/mod_rewrite.so > RewriteEngine on > RewriteCond %{HTTP_HOST} (.*).mysite.com$ > RewriteRule /profile/aboutme > http://mysite.com/profile/aboutme/index.jsp?memberName=%N [L] > > And then when I enter "someuser.mysite.com/profile/aboutme" I get a > 404 and the error logs look like this - > > "File does not exist: C:/apache_web/profile/aboutme/index.jsp" You need to add the 'PT' flag to your RewriteRule so that mod_rewrite will give mod_jk2 a crack at the request. You will also (I think; someone check me on this) need to have mod_rewrite's LoadModule line listed /after/ mod_jk2's, so ensure that mod_rewrite is called first. --noah --------------------------------------------------------------------- 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