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
RewriteEngine On
#RewriteBase /path/to/gitlist/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ /index.php [L,NC]
RewriteRule ^(.*)$ index.php [L,NC]
</IfModule>
<Files config.ini>
order allow,deny