[imp] apache paths | horde/imp configuration
Brent J. Nordquist
bjn@horde.org
Tue, 27 Feb 2001 23:14:01 -0600 (CST)
On Tue, 27 Feb 2001, Terry Davis <tdavis@birddog.com> wrote:
> <VirtualHost 10.2.0.3:443>
> DocumentRoot /home/web/horde/imp
>
> Here is the line in the horde.php config file I am concerned with:
> $conf['horde']['paths']['root']='../horde';
You can't cd above the top of the DocumentRoot like this. Probably what
you want is a redirect, or use of the Apache rewrite module. I just use
redirects, but it leaves the "horde/imp" part visible in the URL once you
get to the new location:
RedirectPermanent /index.html http://webmail.example.com/horde/imp/
RedirectPermanent /horde/index.html http://webmail.example.com/horde/imp/
--
Brent J. Nordquist <bjn@horde.org>
Yahoo!: Brent_Nordquist / AIM: BrentJNordquist / ICQ: 76158942