<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>The requested URL /horde5/nag/t/save was not found on this server.</title> 
  <pubDate>Thu, 09 Apr 2026 17:42:25 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/11596</link> 
  <atom:link rel="self" type="application/rss+xml" title="The requested URL /horde5/nag/t/save was not found on this server." href="https://bugs.horde.org/ticket/11596/rss" /> 
  <description>The requested URL /horde5/nag/t/save was not found on this server.</description> 
 
   
   
  <item> 
   <title>When I try to create a new task and click Save or Save and n</title> 
   <description>When I try to create a new task and click Save or Save and new eventually, this error comes up:

Not Found
The requested URL /horde5/nag/t/save was not found on this server.

error.log has:

 File does not exist: /var/www/horde5/nag/t, referer: https://[url9/horde5/nag/task.php?actionID=add_task&amp;tasklist_id=[snip]

The source of the input page really contains:
&lt;!--a75c305b1c0a6022--&gt;&lt;form action=&quot;/horde5/nag/t/save&quot; method=&quot;post&quot; name=&quot;nag_form_task&quot; id=&quot;nag_form_task&quot;&gt;

JavaScript and such are all active.</description> 
   <pubDate>Tue, 30 Oct 2012 14:46:06 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11596#t74175</link> 
  </item> 
   
  <item> 
   <title>&gt; When I try to create a new task and click Save or Save and</title> 
   <description>&gt; When I try to create a new task and click Save or Save and new 
&gt; eventually, this error comes up:
&gt;
&gt; Not Found
&gt; The requested URL /horde5/nag/t/save was not found on this server.

Your web server is not recognizing the rampage rewrite rule(s). Your not using lighttpd, by any chance, are you?</description> 
   <pubDate>Wed, 31 Oct 2012 14:06:58 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11596#t74232</link> 
  </item> 
   
  <item> 
   <title>&gt; Your web server is not recognizing the rampage rewrite rul</title> 
   <description>&gt; Your web server is not recognizing the rampage rewrite rule(s). Your 
&gt; not using lighttpd, by any chance, are you?

Ah, you&#039;ve got it!
No, I run Apache, but:

a) mod_rewrite was not enabled,
b) AllowOverride was None, hence, .htaccess was ignored

Knowing the problem, I searched the Horde Wiki for mod_rewrite, and got 3 hits: GraphicswvHtml, ChucksHorde4Thoughts, Doc/Admin/Config/Horde; even the 3rd one does not really apply. Searching for &quot;rewrite&quot; does not reveal something at the first view as well. http://www.horde.org/apps/horde/docs/INSTALL and http://www.horde.org/apps/horde/docs/INSTALL do not contain no instructions for the web server either.

May I suggest to change this bug report into an Enhancement request to document requirements for the web server. Thank :)</description> 
   <pubDate>Wed, 31 Oct 2012 14:47:37 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11596#t74238</link> 
  </item> 
   
  <item> 
   <title>Second the request to do something about at least noting req</title> 
   <description>Second the request to do something about at least noting requirements for this in the doco...

Ran into this today, joined the nag list to post a question about it, and the first incoming email was about this bug.

I have been using Horde for years, and Apache, and have been scratching today looking through the doco, test.php, etc., etc... and nothing about this ANYWHERE in the install requirements or setup that I can see. 

It&#039;s been released - it should work if you follow the pre-reqs and steps in the INSTALL doc...</description> 
   <pubDate>Sun, 03 Feb 2013 10:47:13 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11596#t76545</link> 
  </item> 
   
  <item> 
   <title>I think the problem may be in nag/lib/Form/Task.php.</title> 
   <description>I think the problem may be in nag/lib/Form/Task.php.</description> 
   <pubDate>Fri, 29 Mar 2013 19:29:32 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11596#t77416</link> 
  </item> 
   
  <item> 
   <title>&gt; I think the problem may be in nag/lib/Form/Task.php.
Sorr</title> 
   <description>&gt; I think the problem may be in nag/lib/Form/Task.php.
Sorry, in the renderActive function.</description> 
   <pubDate>Fri, 29 Mar 2013 19:31:21 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11596#t77417</link> 
  </item> 
   
  <item> 
   <title>&gt;&gt; I think the problem may be in nag/lib/Form/Task.php.
&gt; S</title> 
   <description>&gt;&gt; I think the problem may be in nag/lib/Form/Task.php.
&gt; Sorry, in the renderActive function.

My mistake.  The solution was to place

RewriteBase /webmail

in the horde .htaccess file.

This fixed mutiple 404 errors occurring in horde by ensuring the rampage.php script is found.</description> 
   <pubDate>Sat, 30 Mar 2013 00:36:52 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11596#t77418</link> 
  </item> 
   
  <item> 
   <title>&gt;&gt; Your web server is not recognizing the rampage rewrite ru</title> 
   <description>&gt;&gt; Your web server is not recognizing the rampage rewrite rule(s). Your
&gt;&gt; not using lighttpd, by any chance, are you?
&gt;
&gt; Ah, you&#039;ve got it!
&gt; No, I run Apache, but:
&gt;
&gt; a) mod_rewrite was not enabled,
&gt; b) AllowOverride was None, hence, .htaccess was ignored

 * * * *

&gt; May I suggest to change this bug report into an Enhancement request 
&gt; to document requirements for the web server. Thank :)

I&#039;ve got mod_rewrite enabled, my .htaccess is being applied (which I know because &quot;allow from all&quot; is not my default, but II even added &quot;AllowOverride All&quot; just be on the safe side) and contains the following:

allow from all

&lt;IfModule mod_rewrite.c&gt;
    RewriteEngine On
    RewriteCond   %{REQUEST_FILENAME}  !-d
    RewriteCond   %{REQUEST_FILENAME}  !-f
    RewriteRule ^(.*)$ rampage.php [QSA,L]
&lt;/IfModule&gt;

Because horde is installed as my webroot, I&#039;m not using a rewrite base -- but I have tested it with /horde as a rewrite base and an apache alias directive that sends /horde back to the root directory.  But no matter what I still get the 404/not found error.

Suggestions?</description> 
   <pubDate>Tue, 18 Jun 2013 15:01:07 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11596#t78796</link> 
  </item> 
   
  <item> 
   <title>
I get exactly this problem.

I changed the default path </title> 
   <description>
I get exactly this problem.

I changed the default path in the URL from &quot;/horde/&quot; to something else and most of the other apps work, but I get the two errors mentioned here about not being able to find rampage.php and /nag/t/save

&gt; When I try to create a new task and click Save or Save and new 
&gt; eventually, this error comes up:

</description> 
   <pubDate>Mon, 04 Nov 2013 22:45:13 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11596#t81370</link> 
  </item> 
   
  <item> 
   <title>It&#039;s still a problem... so why is it categorized as &quot;not a b</title> 
   <description>It&#039;s still a problem... so why is it categorized as &quot;not a bug&quot;?
Or did i miss something?

Horde is located in the Document Root and the .htaccess File is without a RewriteBase.

mod_rewrite and AcceptPathInfo is on as default.


&gt; I get exactly this problem.
&gt;
&gt; I changed the default path in the URL from &quot;/horde/&quot; to something 
&gt; else and most of the other apps work, but I get the two errors 
&gt; mentioned here about not being able to find rampage.php and 
&gt; /nag/t/save
&gt;
&gt;&gt; When I try to create a new task and click Save or Save and new
&gt;&gt; eventually, this error comes up:
&gt;
&gt;
</description> 
   <pubDate>Wed, 05 Mar 2014 14:01:05 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11596#t82570</link> 
  </item> 
   
  <item> 
   <title>The same exact thing happens to me. Problem is still there.</title> 
   <description>The same exact thing happens to me. Problem is still there.</description> 
   <pubDate>Tue, 18 Mar 2014 12:59:07 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11596#t82802</link> 
  </item> 
   
  <item> 
   <title>&gt; The same exact thing happens to me. Problem is still there</title> 
   <description>&gt; The same exact thing happens to me. Problem is still there.

Did you&#039;ve checked that AllowOverride is &quot;All&quot; ?
You need rewrite and .htaccess enabled</description> 
   <pubDate>Tue, 18 Mar 2014 13:44:59 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11596#t82803</link> 
  </item> 
   
  <item> 
   <title>&gt; Did you&#039;ve checked that AllowOverride is &quot;All&quot; ?
&gt; You ne</title> 
   <description>&gt; Did you&#039;ve checked that AllowOverride is &quot;All&quot; ?
&gt; You need rewrite and .htaccess enabled

Silly me. I thought that horde relies on rewriting for links such as /nag too, so I assumed mod_rewrite was enabled (I knew for a fact that AllowOverride was set to All). Turns out it wasn&#039;t. 

Indeed, this isn&#039;t a bug :)</description> 
   <pubDate>Tue, 18 Mar 2014 14:28:02 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11596#t82807</link> 
  </item> 
   
  <item> 
   <title>&gt; Did you&#039;ve checked that AllowOverride is &quot;All&quot; ?
&gt; You ne</title> 
   <description>&gt; Did you&#039;ve checked that AllowOverride is &quot;All&quot; ?
&gt; You need rewrite and .htaccess enabled

Everything checked and enabled
</description> 
   <pubDate>Tue, 18 Mar 2014 16:31:06 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11596#t82811</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
