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
The problem with the handheld stylesheets is that not all mobile browsers support them.
<?phpif ( isMobile() ) { header( 'Location: http://subdomain.myserver.com'.$_SERVER['REQUEST_URI'] ); return;}?>