[Tickets #11596] Re: The requested URL /horde5/nag/t/save was not found on this server.

noreply at bugs.horde.org noreply at bugs.horde.org
Tue Jun 18 15:01:07 UTC 2013


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/11596
------------------------------------------------------------------------------
  Ticket             | 11596
  Updated By         | smgadmin at baruchgreen.net
  Summary            | The requested URL /horde5/nag/t/save was not found on
                     | this server.
  Queue              | Nag
  Version            | Git master
  Type               | Bug
  State              | Not A Bug
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


smgadmin at baruchgreen.net (2013-06-18 15:01) wrote:

>> Your web server is not recognizing the rampage rewrite rule(s). Your
>> not using lighttpd, by any chance, are you?
>
> Ah, you've got it!
> No, I run Apache, but:
>
> a) mod_rewrite was not enabled,
> b) AllowOverride was None, hence, .htaccess was ignored

  * * * *

> May I suggest to change this bug report into an Enhancement request  
> to document requirements for the web server. Thank :)

I've got mod_rewrite enabled, my .htaccess is being applied (which I  
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?





More information about the bugs mailing list