On 5/31/05, Roberto C. Sanchez <[EMAIL PROTECTED]> wrote: > On Tue, May 31, 2005 at 10:58:42AM +0200, Jacob Friis Larsen wrote: > > Having installed Horde i'm unable to login. > > Should I create a user in the db? > >
Hi Roberto. > Sarge or Woody? horde3 or horde2? Have you read every document in > /usr/share/doc/horde?/? Carefully? Twice? I have installed horde on a > few machines. It is crucial that you read the docs becuase there are > many manual steps you need to take. If you still have problems, post > specificly what they are to the list and I'll do my best to help you > out. Debian Sarge, Horde3 Yes, I've read it the docs. Now I'm trying with Horde3. If I go to http://mydomain/horde/ it says "The requested URL /horde/horde3/login.php was not found on this server." Below is my horde.conf which I got from Horde2. I didn't find one for Horde3. # cat /etc/apache/conf.d/horde.conf Alias /horde /usr/share/horde3 <Directory /usr/share/horde3> Options FollowSymLinks AllowOverride Limit order allow,deny allow from all <IfModule mod_php4.c> php_flag magic_quotes_gpc Off php_flag track_vars On php_value session.save_path "/var/lib/horde2" php_value include_path .:/etc/horde/horde3:/usr/share/php:/usr/share/pear:/usr/share/horde3 php_flag session.use_trans_sid Off </IfModule> <IfModule mod_php5.c> php_flag magic_quotes_gpc Off php_flag track_vars On php_value session.save_path "/var/lib/horde2" php_value include_path .:/etc/horde/horde3:/usr/share/php:/usr/share/pear:/usr/share/horde3 php_flag session.use_trans_sid Off </IfModule> </Directory>