How to fix broken install button phpBB 3.2 with Nginx

It looks phpBB 3.2 is no longer super friendly with Nginx unless you put a specific entry in your server block…And by not super friendly…I mean you can’t even install the damn thing anymore with a standard server block configuration!

However, All you have to do is add this after one of the locations in there:

        location /install/app.php {
                 try_files $uri $uri/ /install/app.php?$query_string;
        }

This took me a while to find, so hopefully it helps you! After adding this, I finally was able to get the Installation to appear after clicking the “Install” tab 🙂

Found it here:

https://www.phpbb.com/community/viewtopic.php?t=2405881

Thanks battye!

Windows and Linux together?

Yep…It’s true. Microsoft and Ubuntu have teamed up to make a Bash prompt for Windows 10 (64-bit).

Check it out:

https://github.com/Microsoft/BashOnWindows

You have to be on the right version of Windows (Dubbed “Anniversary Edition”) to install Bash.

Non MSDN and Enterprise editions can easily upgrade now to the desired version. They will either get the update automatically (or you can check for updates). It’s rolling out, so if you don’t have it yet, you can get it manually from here:

https://support.microsoft.com/en-us/help/12387/windows-10-update-history

MSDN and Enterprise editions must download the new ISO, and do a Windows update in order to upgrade to the required version that can install Bash. I thought that sucked…but whatever. You’ll need Enterprise Build 14393.

If you’re on the right version, you can get updates and find the “Windows Linux Subsystem” under Add/Remove Windows Features.

What to expect? A Beta…some stuff works but core functions are still being developed. the command “ifconfig” doesn’t work yet, and some devices aren’t being detected quite well (as simple as I can put it).

If you run in to issues running ping, dig, curl, etc – Run BASH as an Administrator. That solves a lot of errors.

I’ve also heard Bitdefender, and other firewalls, can cause lots of issues with Bash. Disable them and test. AVG even seems to have a spot specifically for Bash somewhere in the advanced settings.

Happy Windows BASHing ;D

Want to buy Windows 10 Pro or Home (64-bit links provided)? Please consider purchasing from these links (It helps support this site and does not cost you anything additional!)

(Originally Posted August 23, 2016)