P
P
Petr Volkhanov2014-01-25 15:19:56
git
Petr Volkhanov, 2014-01-25 15:19:56

Why does the GitList face work, but the rest of the pages Not Found?

Installed GitList and it worked, everything looks like this:
CEc39dS.png
But when I try to push to the Bombz2 project, which is currently alone, I get Not Found , although GitList sees the project and mod_rewrite is installed and activated.
bXuASR3.png
What needs to be done to solve the problem?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
Petr Volkhanov, 2014-01-25
@eprivalov

Here is the content of the .htacceess file :

<IfModule mod_revrite.c>
Options -MultiViews SymLinksIfOwnerMatch

RewriteEngine On
RewriteBase /var/www/ #path to gitlist

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php [L, NC]
</IfModule>
<Files config.ini>
order allow,deny
deny from all
</Files>

Maybe it's in the .htaccess file?

H
hadra, 2014-01-26
@hadra

1 there is no file
2 there is a redirect
3 the path is not specified correctly (most likely ... htaccess I don’t know well, so I can’t help ...)
dig ... look where this link leads, find this page yourself ...
and Are you even worth a mod?
the problem is in the settings. upload it to a real server, it will definitely work there.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question