On 7/26/07, James Ellis <[EMAIL PROTECTED]> wrote:
> ...however the WebSphere plugin comes BEFORE this virtual host entry...so I
> think I need to use it outside of a VirtualHost.  Why won't this entry:

Along with Joshuas pointer to RewriteOptions inherit / adding
RewriteRules to the actual vhost processing the request:


You shouldn't think of any before/after. mod_rewrite can definitely
alter the URI before the plugin will decide to handle it, if you use
the PT flag and rewrite to something the plugin doesn't know to handle
(based on the context root patterns).

Try RewriteLog/RewriteLogLevel to actually see how your rules are
being evaluated.

-- 
Eric Covener
[EMAIL PROTECTED]

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to