I have just installed Really Simple SSL on a website and, following the instructions it gave, added this code to the bottom of the site’s wp-config.php file:
//Begin Really Simple SSL Server variable fix
$_SERVER[“HTTPS”] = “on”;
//END Really Simple SSL
Now I can’t access the Settings for SSL, even though I can see there are 3 notifications (can see “3” on SSL in Settings menu). I have tried from both the Plugins page and the Settings menu, but both send me to “404 Not Found” at https://[website URL]/hppts:/[website URL]/wp-admin/options-general.php?page=really-simple-security.
It looks like there is a typo on the URL (hppts), but I am not sure where that address is being generated.
