Published WebsiteBaker Patch 1152022-05-31 : read more about…
Published WebsiteBaker 2.13.1 r1032022-04-16 : read more about…
PHP-8.1 released. 2021-11-25PHP-7.3 End Of Life. 2021-12-062021-12-02 : read more about…
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