This file is indexed.

/usr/share/horde/whups/ticket/.htaccess is in php-horde-whups 3.0.0~beta1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond   %{REQUEST_FILENAME}  !-d
    RewriteCond   %{REQUEST_FILENAME}  !-f
    RewriteRule   ^([0-9]+)$ index.php?id=$1 [QSA,L]
    RewriteRule   ^([0-9]+)/rss/?$ rss.php?id=$1 [QSA,L]
    RewriteRule   ^([0-9]+)/([a-z]+)(\.php)?$ $2.php?id=$1 [QSA,L]
</IfModule>