[horde] Nag ignores Rewrite or Get-based URLs
Jens-U. Mozdzen
jmozdzen at nde.ag
Wed Aug 14 09:01:12 UTC 2013
Zitat von Henning <Twilek at gmx.de>:
> 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...
Hi Henning,
you need to grant FileInfo permission for your Horde directory
("AllowOverride +FileInfo" in Apache's configuration), else local
rewrite rules won't be permitted.
Regards,
Jens
More information about the horde
mailing list