[horde] Bookmarks cannot deleted

Jan Schneider jan at horde.org
Mon Feb 15 11:05:46 UTC 2016


Zitat von Ralph Ballier <ballier at mail.schule.de>:

> Zitat von Jan Schneider <jan at horde.org>:
>
>> Zitat von Ralph Ballier <ballier at mail.schule.de>:
>>
>>> Zitat von Ralf Lang <lang at b1-systems.de>:
>>>
>>>>>> --
>>>>>> mike
>>>>>> The Horde Project
>>>>>> http://www.horde.org
>>>>>> https://www.facebook.com/hordeprojecthttps://www.twitter.com/hordeproject
>>>>>
>>>>> I dont understand. Is there any special rewrite rules for Horde or for
>>>>> trean?
>>>>>
>>>>> Ralph
>>>>
>>>> These are autogenerated by horde (trean/config/routes.php), but you need
>>>> mod_rewrite loaded and allowed (in the apache "options" statements) for
>>>> the dir where horde and trean live.
>>>>
>>>> --
>>>> Ralf Lang
>>>> Linux Consultant / Developer
>>>> Tel.: +49-170-6381563
>>>> Mail: lang at b1-systems.de
>>>> B1 Systems GmbH
>>>> Osterfeldstraße 7 / 85088 Vohburg / http://www.b1-systems.deGF:  
>>>> Ralph Dehner / Unternehmenssitz: Vohburg / AG: Ingolstadt,HRB 3537
>>>
>>> No, it don't work. In httpd.conf there is the line
>>>
>>> <Directory "/www/htdocs/horde">
>>>         Options All
>>>         RewriteEngine On
>>> </Directory>
>>>
>>> and below there is only one .htaccess (/www/htdocs/horde/.htaccess)
>>>
>>> <IfModule mod_rewrite.c>
>>>     RewriteEngine On
>>>     RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
>>>     RewriteRule .* -  
>>> [env=REDIRECT_HTTP_AUTHORIZATION:%{HTTP:Authorization}]
>>>     RewriteCond   %{REQUEST_FILENAME}  !-d
>>>     RewriteCond   %{REQUEST_FILENAME}  !-f
>>>     RewriteRule ^(.*)$ rampage.php [QSA,L]
>>> </IfModule>
>>>
>>> In trean there is no .htaccess.
>>>
>>> Ralph
>>>  
>>>
>>>  
>>
>> It uses the rampage.php rule.
>>
>> --
>> Jan Schneider
>>  
>
> But it dont work. Mod_rewrite is swiched on, but I get the error message:
>
> The requested URL /trean/b/delete was not found on this server.
>
> Ralph

Then you need to find out why this rule doesn't trigger for you:
RewriteRule ^(.*)$ rampage.php [QSA,L]

-- 
Jan Schneider
The Horde Project
http://www.horde.org/



More information about the horde mailing list