Error 404 - The resource you were looking does not exist
Created by: ferranobon
After creating a new repository, I can have access to the Network, Issues and other tabs of the project. However I cannot view the Files and Commit links. When trying to access such links I am redirected to the:
Error 404 - The resource you were looking does not exist
This affects all the projects or addresses: tree/master tree/development commit/master commit/development
I am using the current stable branch of gitlab and using apache as a web server on a debian squeeze system. The apache2 configuration is as follows:
RackBaseURI /gitlab
RailsBaseURI /gitlab
<Directory /var/www/gitlab>
Allow from all
Options -MultiViews
</Directory>
with the directive "relative_url_root: /gitlab" not commented in config/gitlab.yml. Any advice?