File kronolith.conf of Package horde5-kronolith
<Directory /usr/share/php*/PEAR/www/horde/kronolith/config>
Deny from all
</Directory>
<Directory /usr/share/php*/PEAR/www/horde/kronolith/lib>
Deny from all
</Directory>
<Directory /usr/share/php*/PEAR/www/horde/kronolith/locale>
Deny from all
</Directory>
<Directory /usr/share/php*/PEAR/www/horde/kronolith/templates>
Deny from all
</Directory>
<Directory /usr/share/php*/PEAR/www/horde/kronolith/feed>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?c=$1 [QSA,L]
</IfModule>
</Directory>