On 1/14/10, Thomas Preud'homme <[email protected]> wrote: > Greetings, > > === Context === > What I don't understand is that after the substitution, > apache look for the file by prepending document_root (/htdocs on my server) > to > the substitution. But I use VirtualDocumentRoot and no DocumentRoot so that > my > files are usually accessed via the value of VirtualDocumentRoot.
See the PT flag + using a URL-path in your substitution instead of a filesystem path. PT is implicit in per-directory. It's what allows "other" modules to to a URL->filesystem mapping, otherwise they don't see the output of your rewrite. -- 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]
