Summary | The requested URL /horde5/nag/t/save was not found on this server. |
Queue | Nag |
Queue Version | Git master |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | vm08823817073160362v (at) vmail (dot) inf (dot) h-brs (dot) de |
Created | 10/30/2012 (4628 days ago) |
Due | |
Updated | 03/18/2014 (4124 days ago) |
Assigned | 10/31/2012 (4627 days ago) |
Resolved | 10/31/2012 (4627 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
You need rewrite and .htaccess enabled
You need rewrite and .htaccess enabled
/nag too, so I assumed mod_rewrite was enabled (I knew for a fact that
AllowOverride was set to All). Turns out it wasn't.
Indeed, this isn't a bug :)
You need rewrite and .htaccess enabled
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.
I get exactly this problem.
I changed the default path in the URL from "/horde/" 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
eventually, this error comes up:
not using lighttpd, by any chance, are you?
No, I run Apache, but:
a) mod_rewrite was not enabled,
b) AllowOverride was None, hence, .htaccess was ignored
to document requirements for the web server. Thank :)
know because "allow from all" is not my default, but II even added
"AllowOverride All" just be on the safe side) and contains the
following:
allow from all
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ rampage.php [QSA,L]
</IfModule>
Because horde is installed as my webroot, I'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?
RewriteBase /webmail
in the horde .htaccess file.
This fixed mutiple 404 errors occurring in horde by ensuring the
rampage.php script is found.
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's been released - it should work if you follow the pre-reqs and
steps in the INSTALL doc...
Priority ⇒ 1. Low
not using lighttpd, by any chance, are you?
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 "rewrite" 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 :)
State ⇒ Feedback
Version ⇒ Git master
eventually, this error comes up:
Not Found
The requested URL /horde5/nag/t/save was not found on this server.
not using lighttpd, by any chance, are you?
Priority ⇒ 3. High
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Queue ⇒ Nag
Summary ⇒ The requested URL /horde5/nag/t/save was not found on this server.
Type ⇒ Bug
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&tasklist_id=[snip]
The source of the input page really contains:
<!--a75c305b1c0a6022--><form action="/horde5/nag/t/save" method="post"
name="nag_form_task" id="nag_form_task">
JavaScript and such are all active.