[horde] Final question

Chuck Hagenbuch chuck at horde.org
Fri Feb 7 08:39:52 PST 2003


Quoting M�rio Gamito <mariogamito at hotmail.com>:

> >If you configure things properly, you shouldn't need that last Alias.
> I just followed the FAQ...
> Anyway, without the last alias... same thing :-(

Note the if. You haven't configured things right.

> >Can you paste just the webroot entries of horde & imp? I'm guessing
> >something is wrong there.
> 
> Goes in attachment, ok ?

This is what I wanted you to paste:


$this->applications['horde'] = array(
    'webroot' => '/imp',

$this->applications['imp'] = array(
     'webroot' => $this->applications['horde']['webroot'] . '/imp',


See why it's generating /imp/imp, now? I thought you wanted IMP to be at /?
So:

$this->applications['horde'] = array(
    'webroot' => '/horde',

$this->applications['imp'] = array(
     'webroot' => '',



Note:
    'cookie_path' => '/horde',

That'll break things, too. Should be just '/'.

-chuck

--
Charles Hagenbuch, <chuck at horde.org>
must ... find ... acorns ... *thud*


More information about the horde mailing list