Re: Setting up horde3 on Debian Squeeze
On Tue, 17 Jan 2012 20:47:15 +0100, Csanyi wrote in message
<[🔎] 87ehuyyuv0.fsf@debian-asztal.excito>:
> > It seems as if apache looks for login.php in the web root, not in
> > the horde directory (should be /horde3/login.php). Try changing
> > the 'webroot' setting in /etc/horde/horde3/registry.php to
> > '/horde3'.
>
> In the file /etc/horde/horde3/registry.php there is amongs others
> this: $this->applications['horde'] = array(
> 'fileroot' => '/usr/share/horde3/lib' . '/..',
..try this wee edit: ("#" does comment out the line below here???)
# 'webroot' => _detect_webroot(),
'webroot' => '/horde3'
> 'initial_page' => 'login.php',
> 'name' => _("Horde"),
> 'status' => 'active',
> 'templates' => '/usr/share/horde3/lib' . '/../templates',
> 'provides' => 'horde',
> );
>
> How can I change here 'webroot'?
..see above.
--
..med vennlig hilsen = with Kind Regards from Arnt Karlsen
...with a number of polar bear hunters in his ancestry...
Scenarios always come in sets of three:
best case, worst case, and just in case.
Reply to: