[horde] webmail.example.com
jesse wolff
jesse_wolff at yahoo.com
Tue Feb 5 01:09:32 PST 2002
jerome,
i believe that if your web root is
d:\home\media\webmail.example.com\htdocs\horde\imp\ then you can't see
the icons because they're in a directory above the web root
(..\horde\graphics\) which isn't accessible.
do you login to horde using imp, aka do you have the following lines
uncommented in registry.php?
$this->registry['auth']['login'] = 'imp';
$this->registry['auth']['logout'] = 'imp';
if so, set your webroot to
d:\home\media\webmail.example.com\htdocs\horde and adjust registry.php
to the following
$this->applications['horde'] = array(
'fileroot' => dirname(__FILE__) . '/..',
'webroot' => '',
.....
$this->applications['imp'] = array(
'fileroot' => dirname(__FILE__) . '/../imp',
'webroot' => $this->applications['horde']['webroot'] . '/imp',
.....
regards,
jesse
-----Original Message-----
From: Jerome [mailto:jerome at euromedias.com]
Sent: Tuesday, February 05, 2002 12:54 AM
To: horde at lists.horde.org
Subject: [horde] webmail.example.com
Hi,
Very sorry but I don't have read the end of your last message. I have
read the INSTALL file but I have don't finding informations about this
settings with Horde 2.0 and Imp 3.0
If the URL is webmail.example.com,
The data folder : d:\home\media\webmail.example.com\htdocs\horde\imp\
And the WEB ROOT, the folder nammed imp\
Which are the settings of REGISTRY.PHP ???
Thanks Thanks... thanks a lot...
Jérôme.
> Hi,
>
> I want to use IMP from this URL : webmail.example.com
> The folder is : example.com/htdocs/horde/imp and the imp folder is the
> root directory
>
> I have changed the REGISTRY.PHP file with this entries for horde :
>
> 'fileroot' => dirname(__FILE__) . '/horde',
> 'webroot' => '/horde',
> 'initial_page' => 'login.php'
> 'name' => _("Horde"),
> 'allow_guests' => true,
> 'show' => true,
> 'templates' => dirname(__FILE__) . '/../templates',
> ....
>
> and IMP entries with this
>
> 'fileroot' => dirname(__FILE__) . '/../imp',
> 'webroot' => '',
> 'icon' => '/graphics/imp.gif',
> ...
>
> I have ONE problem. I can't see OPTIONS and LOGOUT icons. WHY ???
>
> Thanks... Jérôme.
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
More information about the horde
mailing list