Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #3028

Closed
Open
Created Feb 18, 2013 by Administrator@rootOwner

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?

Assignee
Assign to
Time tracking