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