Files
server/usr/share/psa-horde/kronolith/feed/.htaccess
2026-01-07 20:52:11 +01:00

7 lines
192 B
ApacheConf

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?c=$1 [QSA,L]
</IfModule>