diff --git a/.htaccess b/.htaccess index efb9407..b3e5da9 100644 --- a/.htaccess +++ b/.htaccess @@ -2,8 +2,10 @@ Options -MultiViews RewriteEngine On + #RewriteBase /path/to/gitlist/ + RewriteCond %{REQUEST_FILENAME} !-f - RewriteRule ^(.*)$ /index.php [L,NC] + RewriteRule ^(.*)$ index.php [L,NC] order allow,deny diff --git a/composer.lock b/composer.lock index 786811c..77469ae 100644 --- a/composer.lock +++ b/composer.lock @@ -618,4 +618,4 @@ "stability-flags": { "klaussilveira/gitter": 20 } -} +} \ No newline at end of file