[dev] Setting IMP to DocumentRoot

Scott Martin martins@ohio.edu
Thu, 9 Nov 2000 13:01:20 -0500


What you've suggested worked when I changed it, but that is not consistent
with what the documentation says. Quote:

// Where does IMP live _in the web tree_? Ex: /horde/imp. IMPORTANT:
// Do _not_ put a trailing slash on this value. If IMP is the
// top-level thing in the web tree, the correct value is '' (empty
// string), NOT '/'.
$conf['paths']['root'] = '/horde/imp';

According to this explanation, '' should be the correct setting not
/horde/imp. Is there an error in the explanation?

----- Original Message -----
From: "Scott Martin" <martins@ohio.edu>
To: <dev@lists.horde.org>
Sent: Thursday, November 09, 2000 12:53 PM
Subject: Re: [dev] Setting IMP to DocumentRoot


> According to what I've read, the way I have it is correct.
>
> ----- Original Message -----
> From: "Brian Dragoo" <bdragoo@thomasaquinas.edu>
> To: <dev@lists.horde.org>
> Sent: Thursday, November 09, 2000 10:44 AM
> Subject: Re: [dev] Setting IMP to DocumentRoot
>
>
> > On Thu, 9 Nov 2000, Scott Martin wrote:
> >
> > > Having problems after setting IMP to DocumentRoot. Here's what I've
> done:
> > >
> > > In /usr/local/apache/htdocs/horde/imp/config/conf.php:
> > >
> > > $conf['paths']['root'] = '';
> >
> >
> > This should be:
> >
> > $conf['paths']['root'] = '/horde/imp';
> >
> >
> > Brian Dragoo
> > System Admin
> > TAC
> >
> >
> > --
> > Horde Developers mailing list: http://horde.org/
> > Frequently Asked Questions: http://horde.org/faq/
> > To unsubscribe, mail: dev-unsubscribe@lists.horde.org
> >
>
>
> --
> Horde Developers mailing list: http://horde.org/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: dev-unsubscribe@lists.horde.org
>