This file is indexed.

/usr/share/horde/wicked/.htaccess is in php-horde-wicked 2.0.7-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
<IfModule mod_rewrite.c>
	RewriteEngine On
	RewriteCond   %{REQUEST_FILENAME}  !-d
	RewriteCond   %{REQUEST_FILENAME}  !-f
	RewriteRule   ^([A-Za-z0-9].*)$ display.php?page=$1 [QSA]
</IfModule>