Wrong configuration

40 views
Skip to first unread message

xavier BUHOT

unread,
Nov 23, 2016, 1:18:08 PM11/23/16
to GitList
Hello,

I try to install gitlist on my computer but at the end of the configuration I get that error:

Not Found
 
The requested URL /var/www/html/gitlist/index.php/ was not found on this server.
Apache/2.4.18 (Ubuntu) Server at 192.168.0.33 Port 80


Here is my config.ini file:
[git]
client
= '/usr/bin/git' ; Your git executable path
default_branch
= 'master' ; Default branch when HEAD is detached
repositories
[] = '/media/DD/server/reposGit/' ; Path to your repositories
                                           
; If you wish to add more repositories, just add a new line
 
; WINDOWS USERS
;client = '"C:\Program Files (x86)\Git\bin\git.exe"' ; Your git executable path
;repositories[] = 'C:\Path\to\Repos\' ; Path to your repositories
 
; You can hide repositories from GitList, just copy this for each repository you want to hide
; hidden[] = '
/home/git/repositories/BetaTest'
 
[app]
baseurl ='
http://localhost/gitlist'
debug
= false
cache
= true
theme
= "default"
 
; If you need to specify custom filetypes for certain extensions, do this here
[filetypes]
; extension = type
; dist = xml
 
; If you need to set file types as binary or not, do this here
[binary_filetypes]
; extension = true
; svh = false
; map = true
 
; set the timezone
[date]
; timezone = UTC
; format = 'd/m/Y H:i:s'




And my .htacess file

<IfModule mod_rewrite.c>
    Options
-MultiViews +SymLinksIfOwnerMatch
 
    RewriteEngine On  
#AJOUT
    RewriteBase
/var/www/html/gitlist  #AJOUT
 
    RewriteCond
%{REQUEST_FILENAME} !-f
    RewriteRule ^
(.*)$ index.php/$1 [L,NC]
</IfModule>
<Files config.ini>
    order allow,deny
    deny from all
</Files>





I don't understand what is wrong in the configuration.




Reply all
Reply to author
Forward
0 new messages