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
RewriteEngine On# rewrite host to include wwwRewriteCond %{HTTP_HOST} !^www\. [NC]RewriteCond %{HTTP_HOST} ^([^.]+\.[a-z]{2,6})$ [NC]RewriteRule ^(.*)$ http://www.%1/$1 [R=301,L]