[horde] Bookmarks cannot deleted

Ralph Ballier ballier at mail.schule.de
Sun Feb 14 11:28:20 UTC 2016


  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
    

   


More information about the horde mailing list