fix #214 - rewrite rule in .htaccess points to root of document directory

This commit is contained in:
Marcos Coelho
2012-12-19 23:38:27 -02:00
parent 2e69e9d435
commit 449e08e519

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