Page 1 of 1

FIX for FAQ / app.php 404 error with NGINX and PHPBB3

Posted: Sun Jun 27, 2021 12:27 pm
by Valknor
I've probably put a few hours into figuring this out.

In the nginx config file, one should have this inside the server brackets:

Code: Select all

location /app.php {
        try_files $uri $uri/ /app.php?$query_string;
}
Hopefully this will be of use to someone who's been troubleshooting why the FAQ page wouldn't load.

Also, here's the page I found it on: https://www.phpbb.com/community/viewtopic.php?t=2294581