Published WebsiteBaker Portable v10 PHP 8.1.72022-04-16 : read more about…
Published WebsiteBaker 2.13.2 r1332022-04-16 : read more about…
PHP-8.1 released. 2021-11-25PHP-7.4 End Of Life. 2022-11-282021-12-02 : read more about…
I set all site in config.php to https but on page with external http link I have the problem "not sure"; on the internal page all ok
<?php// replace www.domain.com with your domainname$old = 'src="http://www.domain.com';$new = 'src="https://www.domain.com';$wb_page_data = str_replace($old, $new, $wb_page_data);return true;?>