> -----Original Message----- > From: Rodent of Unusual Size [mailto:[EMAIL PROTECTED]] > RedirectMatch /builds/tomcat/(.*) /builds/jakarta-tomcat/$1 > > Since there's no '[R]' flag, I'm not sure why this is forcing > an external redirect, either, rather than keeping it internal > and concealed from the client. You are confusing RedirectMatch with RewriteRule. Only the latter needs the [R]. In fact, this configuration looks terribly invalid. It should be RedirectMatch /build/tomcat/(.*) http://jakarta.apache.org/build.jakarta-tomcat/$1 Or even better Redirect /build/tomcat/ http://jakarta.apache.org/build.jakarta-tomcat/ We should be returning an error if the target argument to Redirect/RedirectMatch isn't an absolute URL. Joshua.
- mod_negotiation/dir subrequest problem [was: Taggin... Greg Ames
- Re: mod_negotiation/dir subrequest problem [wa... William A. Rowe, Jr.
- Re: mod_negotiation/dir subrequest problem [wa... William A. Rowe, Jr.
- Re: mod_negotiation/dir subrequest problem [wa... Rodent of Unusual Size
- Re: mod_negotiation/dir subrequest problem... Joshua Slive
- Re: mod_negotiation/dir subrequest pro... Rodent of Unusual Size
- Re: mod_negotiation/dir subrequest... Rodent of Unusual Size
- Re: mod_negotiation/dir subre... Ian Holsman
- Re: mod_negotiation/dir s... Rodent of Unusual Size
- Re: mod_negotiation/d... Ian Holsman
- Re: mod_negotiation/d... Rodent of Unusual Size
- RE: mod_negotiation/d... Joshua Slive
- Re: mod_negotiation/d... Rodent of Unusual Size
- Re: mod_negotiation/dir subre... William A. Rowe, Jr.
- Re: mod_negotiation/dir s... Rodent of Unusual Size
