[imp] Strangest thing
Patrick Boutilier
boutilpj at ednet.ns.ca
Sun Feb 25 05:46:15 PST 2007
Mário Gamito wrote:
> Hi,
>
>> What is your Apache root? In other words, what is the correct URL for
>> your horde install? http://192.168.5.129/ or http://192.168.5.129/horde ?
> Apache Root is /home/www and horde is in /home/www/horde, so, it gives
> http://192.168.5.129/horde
>
> As the suggestion to reinstall, i have already done it several times :(
>
> Warm Regards,
> Mário Gamito
>
Try hardcoding webroot to /horde in registry.php . Might help. Also what
version of IMP? 4.1.3 or CVS?
$this->applications['horde'] = array(
'fileroot' => dirname(__FILE__) . '/..',
'webroot' => '/horde',
More information about the imp
mailing list