mirror of
https://github.com/klaussilveira/gitlist.git
synced 2025-11-17 19:20:56 +01:00
fix #214 - rewrite rule in .htaccess points to root of document directory
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user