Merge pull request #226 from marcoscoelho/path-to-tweaks

Path to tweaks
This commit is contained in:
Klaus Silveira
2012-12-20 09:00:12 -08:00
2 changed files with 4 additions and 2 deletions

View File

@@ -2,8 +2,10 @@
Options -MultiViews Options -MultiViews
RewriteEngine On RewriteEngine On
#RewriteBase /path/to/gitlist/
RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ /index.php [L,NC] RewriteRule ^(.*)$ index.php [L,NC]
</IfModule> </IfModule>
<Files config.ini> <Files config.ini>
order allow,deny order allow,deny

2
composer.lock generated
View File

@@ -618,4 +618,4 @@
"stability-flags": { "stability-flags": {
"klaussilveira/gitter": 20 "klaussilveira/gitter": 20
} }
} }