WebsiteBaker 2.13.8 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
activate the intro page feautre via the WB backend. Then upload a page called intro.php which contains a PHP redirection to whatever page you want and try again. Search the forum for the PHP redirection code.
<?php // redirect to English introduction pageheader('Location: http://yourdomain.com/pages/XX/page_to_show.php'); ?>
it seems that the code which handles intro pages assumes that the destination page will be in a /pages directory