mediawiki ssl login
From thelinuxwiki
This configuration will cause mediawiki to redirect clients to use https for the login page.
add the following line to LocalSettings.php
$wgSecureLogin = true;
taken from... Manual:$wgSecureLogin
- note***
you must have apache or the webserver configured properly to handle https / ssl
[[category:mediawiki]