diff --git a/.htaccess b/.htaccess index 42ef535..45c6e35 100644 --- a/.htaccess +++ b/.htaccess @@ -5,7 +5,7 @@ #RewriteBase /path/to/gitlist/ RewriteCond %{REQUEST_FILENAME} !-f - RewriteRule ^(.*)$ index.php [L,NC] + RewriteRule ^(.*)$ index.php/$1 [L,NC] order allow,deny