mirror of
https://github.com/klaussilveira/gitlist.git
synced 2025-11-17 19:20:56 +01:00
Merge pull request #226 from marcoscoelho/path-to-tweaks
Path to tweaks
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
|
||||||
|
|||||||
2
composer.lock
generated
2
composer.lock
generated
@@ -618,4 +618,4 @@
|
|||||||
"stability-flags": {
|
"stability-flags": {
|
||||||
"klaussilveira/gitter": 20
|
"klaussilveira/gitter": 20
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user