Ah indeed - I missed the Alias line from my 2.0 configuration.
Thanks
On 10/02/2008, Nick Kew <[EMAIL PROTECTED]> wrote:
> On Sun, 10 Feb 2008 15:49:16 +0000
> "Ben Hussey" <[EMAIL PROTECTED]> wrote:
>
> > In version 2.0 relative and non-relative local pa
Is it possible to get local paths to work non-relatively? (Apache 2.2)
Here are the relevant parts of my config and the result:
>
> ServerAdmin [EMAIL PROTECTED]
> VirtualDocumentRoot /web/live/%1/
>
>
> ErrorDocument 400 /web/error/error.php?code=400
> ErrorDocument 403 /web/error/erro
This is something I've been trying to do for a while but never found or
achieved how to do it.
I need to redirect (on a large scale):
http://xyz.mydomain.com
to:
/web/live/xyz
Is this possible using mod_rewrite and if so I would greatly appreciate a
starting block to work from
Thanks
Ben Hussey