While removing the semi-colon from "extension=mbstring" got the index file to display, it's still not running.
I've attempted various things (without the faintest idea how I should be tackling the job!) and not got any further forward.
I started with a downloaded copy of WCMS as installed on my server. That ran into problems as I couldn't login, because clicking on the link simply sent me to the version on the server. (No surprise there!)
I edited the database file so the link pointed to "
http://localhost/admin" (my login address!) and tried again. Not only did that not work, it seemed to make the "Example" page disappear or, more accurately, make it show the home page, regardless of what was shown in the address bar of my browser.
So then I tried starting again, this time with the raw contents of the "wondercms-master" folder. That complained that "curl" was not installed. I found a line ";extension=curl" in php.ini so I removed the semi-colon. That didn't help! Searching further I found one other line that referenced curl "; curl.cainfo =". I'm not sure what to do with that, if anything!
Any help on getting WCMS to run under the PHP server would be very gratefully received!