[imp] Install problem.
Peter Peltonen
peter.peltonen@fivetec.com
Tue, 05 Dec 2000 17:38:25 +0200
Patrick Timmons wrote:
> horde/config/horde.php3
> and
> horde/imp/config/default.php3
Well that's exactly the files I've edited and everything else is working but
the question marks _and_ the link that it points to (horde/help.php3).
Maybe you could tell me what's wrong with my config:
My httpd.conf:
--snip--
<VirtualHost 193.229.253.243:80>
Options Indexes
ServerName webmail.myserver.com
DocumentRoot /home/httpd/html/horde/imp
</VirtualHost>
--snip--
and horde/config/horde.php3:
--snip--
$default->horde_root_url = '';
$default->horde_graphics_url = $default->horde_root_url . '/graphics';
$default->horde_include_dir = './templates';
$default->faq_url = 'http://faq.horde.org/';
--snip--
and horde/imp/configdefaults.php3:
--snip--
/* Web Server Configuration */
$default->root_url = '';
$default->include_dir = './templates';
$default->graphics_url = $default->root_url . '/graphics';
--snip--
Cheers,
Peter