diff --git a/example.LocalSettings.php b/example.LocalSettings.php index 65ea479..f646b1a 100644 --- a/example.LocalSettings.php +++ b/example.LocalSettings.php @@ -35,7 +35,8 @@ $wgServer = "https://wiki.rd13server.de"; # IP Based Config #$wgServer = "http://192.168.178.5:8090"; -$wgForceHTTPS = true; +# May cause Visual editor error Curl 7 in this case change setting +$wgForceHTTPS = false; # Fix to solve net::ERR_HTTP2_PROTOCOL_ERROR 200 in Browsers other than Firefox in Desktops $wgDisableOutputCompression = true;