Merge pull request #337 from paulollivier/master

Fix for 404 error when comming from project list
This commit is contained in:
Klaus Silveira
2014-03-28 21:59:05 -03:00

View File

@@ -5,7 +5,7 @@
#RewriteBase /path/to/gitlist/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php [L,NC]
RewriteRule ^(.*)$ index.php/$1 [L,NC]
</IfModule>
<Files config.ini>
order allow,deny