With the original .htaccess, clicking repo links led to a nearly blank page that said "No input file specified."
@@ -6,7 +6,7 @@
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
- RewriteRule ^(.*)$ index.php/$1 [L,NC]
+ RewriteRule ^(.*)$ index.php [L,NC]
</IfModule>
<Files config.ini>
order allow,deny