On 10/25/05, Jeremy Grant <[EMAIL PROTECTED]> wrote:
>   I though I
> understood mod_rewrite well enough to make this happen, and I can if I
> add the entire rewrite rules to every VirtualHost but it does not seem
> to work when I try to uses this globally.

To have global rules apply to a <VirtualHost> you need to put
RewriteEngine On
RewriteOptions inherit
inside the <VirtualHost> section.

Silly, but true.

Joshua.

---------------------------------------------------------------------
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