WebsiteBaker 2.13.9 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
So, what would be the normal way to add pages? I don't see any link to go to the Administrator or log in.
After that, I can upgrade to WB 2.12.
I think some of the configuration is still incorrect. For example, the config.php file I found when I returned to this project included the line:require_once __DIR__.'/framework/initialize.php';I changed it to:require_once '/nfs/webroot/testing/framework/initialize.php';
I started some time ago to set up a new site in HTTPS....... and when I came back to the test site it was not loading correctly
Looks at the moment, that the certificate is not active, so try it with the simple http or set this adress as exceptionhere the link without https: http://testing.greenmaking.com/admin/
You said that the wb_settings table is important. I looked at this table in the new database (for the testing site, the one I'm getting based on the config.php file). I don't see any settings that directly apply, except that it still has the wb_version set to 2.10.0. Do you think the wb_settings table is different enough between 2.10 and 2.11 to cause this?
RewriteEngine OnRewriteCond %{HTTPS} offRewriteRule (.*) https://%{SERVER_NAME}/$1 [R,L]
I have a working site using 2.10 at https://id0129.vps.sonic.net (Production). I'm using that as the basis for https://testing.greenmaking.com (Testing). Also, I can install the security certificate, if necessary. I haven't done that because I don't want the public to start coming to the site until I have it working.
The site at https://id0129.vps.sonic.net works. The site at https://testing.greenmaking.com doesn't. Neither has the certificate. So, I don't think the certificate is the issue.
RewriteEngine OnRewriteCond %{HTTPS} !=onRewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]