On 6/17/05, Andrew Mull <[EMAIL PROTECTED]> wrote: > Hello, > > Hope this can be done. > > What I am trying to figure out is how I can make a subdirectory of a > site look like the document root for all of its files and > subdirectories? > > For example: > > Say www.domain.com/test exists, and "www.domain.com" is a VirtualHost > and "test" is a subdirectory of that VirtualHost's DocumentRoot. > When entering that URL, I would like it to act as a separate site > where if someone were to link to /images/whatever.gif or > /anotherdirectory/test.html from any file in that directory it would > actually access the /test/images or /test/anotherdirectory instead of > /images and /anotherdirectory?
Because each request looks completely independent to apache, this is not really possible. There are various work-arounds, ranging in complexity and effectiveness that I recently discussed on this list: http://mail-archives.apache.org/mod_mbox/httpd-users/200506.mbox/[EMAIL PROTECTED] But as someone else said in the same thread, the best idea is probably to fix your html pages. 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]