[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Setting up horde3 on Debian Squeeze



Knut Esztermann <knut@esztermann.de> writes:

> Csanyi Pal schrieb am 16.01.2012 um 21:58:
>> I'm trying to setup horde3 on my home server, that running
>> Debian GNU/Linux Squeeze.
>> I'm following instructions from
>> /usr/share/doc/horde3/README.Debian.gz

>> Now when I trying to open this webpage from my desktop machine
>> on the LAN behind the server on which have installed and setup horde3,
>> I get error message:
>> Not Found
>> The requested URL /login.php was not found on this server.
>> Apache/2.2.16 (Debian) Server at 192.168.10.1 Port 80
>> Why can't I open the Horde3 webpage to setup it further?
>
> 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' . '/..',
    'webroot' => _detect_webroot(),
    'initial_page' => 'login.php',
    'name' => _("Horde"),
    'status' => 'active',
    'templates' => '/usr/share/horde3/lib' . '/../templates',
    'provides' => 'horde',
);

How can I change here 'webroot'?

-- 
Regards from Pal


Reply to: