I'm trying to migrate a pmWiki website from WebFaction to Opalstack. I migrated all the files using wfmigrate, and I set up the domain. When I try to bring up the wiki (using http://wiki.sunward.opalstacked.com/), it first shows a popup to sign in (as it should - see http://sunward.opalstacked.com/wiki.png), but when I click "Sign In" I get a “500 Internal Server Error”.
According to the apache_error.txt for this app, the problem is: “[Fri Feb 05 20:03:59.371899 2021] [authn_file:error] [pid 132374] (2)No such file or directory: [client ...] AH01620: Could not open password file: /home/sunward/webapps/wiki/.htpasswd, referer: http://wiki.sunward.opalstacked.com/”
The password file can’t be opened because the path to it is wrong. (/home/sunward/webapps/wiki/.htpasswd is the path in WebFaction-land.) The path in Opalstack should be: /home/sunward/apps/wiki/.htpasswd. But I’ve searched thru the files in the wiki directory (such as local/config.php) and can’t find where this path is declared.