Installing in Windows365 en Xampp
Posted: Mon Jan 20, 2025 11:24 am
I installed Nubuilder4,5 in Xampp in Windows 365. It didn't work.
Error message:" Rename nuconfig-sample.php to nuconfig.php" although the map was renamed to nuconfig.php according the guidelines. Also in the errorlogs the message: "server certificate does NOT include an ID which matches the server name"
After some search I learned following:
1)In Windows 365 change the map only to nuconfig and leave out ".php" Apparently windows reads the map already as a php file ( in windows powershell the map was mentioned with "nuconfig.php.php").
2) Change in Apache : httpd-ssl.conf in the middle of the text the servername for the Virtual Host:"servername is www.example.com:443" and change it to: "servername local host".
And then: problems solved and Nubuilder works.
Error message:" Rename nuconfig-sample.php to nuconfig.php" although the map was renamed to nuconfig.php according the guidelines. Also in the errorlogs the message: "server certificate does NOT include an ID which matches the server name"
After some search I learned following:
1)In Windows 365 change the map only to nuconfig and leave out ".php" Apparently windows reads the map already as a php file ( in windows powershell the map was mentioned with "nuconfig.php.php").
2) Change in Apache : httpd-ssl.conf in the middle of the text the servername for the Virtual Host:"servername is www.example.com:443" and change it to: "servername local host".
And then: problems solved and Nubuilder works.