[horde] Nag ignores Rewrite or Get-based URLs

Henning Twilek at gmx.de
Tue Aug 13 20:40:37 UTC 2013


Michael J Rubinsky <mrubinsk <at> horde.org> writes:


> 
> >
> 
> This should be going to rampage.php
> 
> mike
> Sent from mobile
> 
> Henning <Twilek <at> gmx.de> wrote:
> 

Ms .htaccess in the horde main directory looks like this


# IMPORTANT: DO NOT EDIT THIS FILE!
# It will be overwritten with any future upgrade.

allow from all

<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    RewriteCond   %{REQUEST_FILENAME}  !-d
    RewriteCond   %{REQUEST_FILENAME}  !-f
    RewriteRule ^(.*)$ rampage.php [QSA,L]
</IfModule>


There is the Rampage rule but it doesn' t seem to be enacted...



More information about the horde mailing list