Answer the question
In order to leave comments, you need to log in
Why does the GitList face work, but the rest of the pages Not Found?
Installed GitList and it worked, everything looks like this:
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.
What needs to be done to solve the problem?
Answer the question
In order to leave comments, you need to log in
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>
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 questionAsk a Question
731 491 924 answers to any question