
jgrant at vml
Oct 26, 2005, 9:03 AM
Post #4 of 4
(285 views)
Permalink
|
|
RE: global mod_rewrite before virtualhosts
[In reply to]
|
|
Thanks. That was my problem. Now I understand what that is for. Jeremy Grant VML jgrant[at]vml.com Desk: 816-218-3050 -----Original Message----- From: Joshua Slive [mailto:jslive[at]gmail.com] Sent: Tuesday, October 25, 2005 5:48 PM To: users[at]httpd.apache.org Subject: Re: [users[at]httpd] global mod_rewrite before virtualhosts On 10/25/05, Jeremy Grant <jgrant[at]vml.com> 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: users-unsubscribe[at]httpd.apache.org " from the digest: users-digest-unsubscribe[at]httpd.apache.org For additional commands, e-mail: users-help[at]httpd.apache.org --------------------------------------------------------------------- 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[at]httpd.apache.org " from the digest: users-digest-unsubscribe[at]httpd.apache.org For additional commands, e-mail: users-help[at]httpd.apache.org
|