Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-15400

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 4.0.0-a1, 3.3.0-b1
    • None
    • None
    • None

      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

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

              Created:
              Updated:
              Resolved: