Re: [EMAIL PROTECTED] "nested" Aliases?

2007-09-07 Thread Mark Drummond
Thanks! On 07/09/2007, Joshua Slive <[EMAIL PROTECTED]> wrote: > > On 9/7/07, Mark Drummond <[EMAIL PROTECTED]> wrote: > > Is it possible to nest alias directives? What I mean is: > > > > Alias /foo /a/file/location > > Alias /foo/bar /another/file location > > Yes; just reverse the order. See: >

Re: [EMAIL PROTECTED] "nested" Aliases?

2007-09-07 Thread Joshua Slive
On 9/7/07, Mark Drummond <[EMAIL PROTECTED]> wrote: > Is it possible to nest alias directives? What I mean is: > > Alias /foo /a/file/location > Alias /foo/bar /another/file location Yes; just reverse the order. See: http://httpd.apache.org/docs/2.2/mod/mod_alias.html#order Joshua. -

[EMAIL PROTECTED] "nested" Aliases?

2007-09-07 Thread Mark Drummond
Is it possible to nest alias directives? What I mean is: Alias /foo /a/file/location Alias /foo/bar /another/file location I'm probably going about this all wrong. I'm trying to alias a Cognos 8 docroot like so: Alias /cognos8 /opt/cognos/c8/webcontent But I also need to be able to resolve /cog