Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-15400

app.php urls aren't working in vagrant because of nginx

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • None
    • 4.0.0-a1, 3.3.0-b1
    • None
    • None

    Description

      The solution is to modify this

       try_files $uri $uri/ /index.php?$query_string;

      with this

       try_files $uri $uri/ /app.php?$query_string;

      in /etc/nginx/sites-enabled/php.app

      Attachments

        Activity

          People

            Marc Marc
            rubencm rubencm
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: