Thanks Mathieu: mod rewrite already enabled.
one note (for people that could need it) in jessie php-horde.conf is in /etc/apache2/conf-enabled/ Apache2 fails to start with that configuration: [FAIL] Starting web server: apache2 failed! [warn] The apache configtest failed. ... (warning). Output of config test was: AH00526: Syntax error on line 2 of /etc/apache2/conf-enabled/php-horde.conf: Multiple <Directory> arguments not (yet) supported. Action 'configtest' failed. The Apache error log may have more information. I dont attach apache error file as only contains the stop of apache daemon. If i only include <Directory> section with /horde the same error that i first post is shown. Spliting that in two <Directory> sections or only with /usr/share/horde/ error changes to: "The requested URL /usr/share/horde/rampage.php was not found on this server." but that file exist: # ls -l /usr/share/horde/rampage.php -rw--r--r 1 root root 1973 ago 21 20:24 rampage.php Apache2 version: 2.4.6-3 Best Regards. 2013/8/28 Mathieu Parent <[email protected]> > Control: tag -1 + confirmed > > 2013/8/28 Diego Arroyo <[email protected]>: > [...] > > Trying to create a new task on any task list either with horde admin or > with > > a normal non-administrative user. > [...] > > Browser output: > > Not Found > > The requested URL /horde/nag/t/save was not found on this server > > Thanks for your bug report. > > Can you try the following?: > > Test 1: > - run "a2enmod rewrite" (as root) > - reload apache > - test again > > If Test 1 not ok: > - edit /etc/apache2/conf.d/php-horde.conf: > <<< > Alias /horde /usr/share/horde > <Directory /horde /usr/share/horde> > AllowOverride Limit FileInfo > </Directory> > >>> > - reload apache > - test again > > Regards > > -- > Mathieu >

