I think it's to do with the https due to the fact I had similar issue but once I remove the https it should work. This should work because using https for some reason loads the swfs slow but yeah try that.
Fix your web config as stated above if nothing works then let all users access on wwwroot and reboot your server. If nothing works the. It's most likely something is blocking it or you didn't set it up properly
Just looked around and it says your ip is 127.0.0.0 when it should be 127.0.0.1
Here's the fix instead of
$_CONFIG['mysql']['hostname'] = '127.0.0.0'; //MySQL host
Change it with
$_CONFIG['mysql']['hostname'] = '127.0.0.1'; //MySQL host