I've uploaded a different version of phpBB3 try and download it again.
Same database problem.
The new .zip file only differs a single byte in size with the old one (new size=2.098.099 bytes). Is it supposed to be that way?
You’re getting the 404.3 error because I haven't found away of
making the application installer set what version of php to use, if the
root website has PHP enabled you shouldn’t have the same issue as the
VD uses them settings by default.
In the "website properties", tab "Extensions", it says "PHP:" "5.x"
So I assume it is enabled. Or are there other settings elsewhere that may affect it?
And DNP did generate a web.config that enables php in the wwwroot folder of the domain:
<add name="PHP via FastCGI (*.php)" path="*.php" verb="GET,HEAD,POST,DEBUG" modules="FastCgiModule" scriptProcessor="c:\php\php-cgi.exe" resourceType="File" />
(which is disabled again, by the web.config in the subdirectory)