How to fix MediaWiki broken css reflection after ssl activation
Ensure you have updated LocalSettings.php file’s line
from
$wgServer = "http://yourwebsite.com";
to
$wgServer = "https://yourwebsite.com";
Done.… Read the rest
Notes
Ensure you have updated LocalSettings.php file’s line
from
$wgServer = "http://yourwebsite.com";
to
$wgServer = "https://yourwebsite.com";
Done.… Read the rest