[imp] DocumentRoot Horde

Barry Flanagan barryf-imp@digiserve.ie
Wed, 21 Nov 2001 18:10:37 +0000


On Wednesday 21 November 2001 18:01, you wrote:
> Hello,
>
> I have the follow:
>
> http://myserver/horde/imp
>
> I would like that the users can access only with
>
> http://myserver
>
> What have i to change in the httpd.conf?.
>

>From imp/docs/INSTALL:


-------------------
  Apache & PHP Notes:
  ===================

  ===== Putting IMP as Apache's web-root ==========

  A lot of people would like to have IMP be Apache's web-root, so that they
  can simply specify a server and not have to type anything else in. If you
  want to do this, you need to add these lines to your httpd.conf:

  ===Start===
  DocumentRoot /home/httpd/htdocs/horde/imp
  Alias /horde/ /home/httpd/htdocs/horde/
  ===End===

  Where "/home/httpd/htdocs/horde/" is where ever you have installed the
  Horde package (with IMP under it).

  Note that these lines are probably already in your httpd.conf somewhere,
  and it might be best to just modify them, or add them individually in the
  location the other references to "DocumentRoot" and "Alias" are.

Hope this helps.

-Barry Flanagan