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
RewriteEngine on### HTTPS / SSL / www #### First rewrite to HTTPS: Don't put www. here. If it is already there it will be included, if not the subsequent rule will catch it.RewriteCond %{HTTPS} offRewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]# Now, rewrite any request to the wrong domain to use www.RewriteCond %{HTTP_HOST} !^www\.RewriteRule .* https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
There was an uncatched exceptionCall to undefined function bin\replace()in line (357) of (/framework/Login.php):
RewriteBase /
AddDefaultCharset OffAddCharset ISO-8859-1 .php .html .htm