Not signed in (Sign In)

Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.

Please sign in or apply for membership to remove the ads
    • CommentAuthorquiezent
    • CommentTimeFeb 6th 2006
     
    Plogger don't seem to support HTTPS. My ISP has just blocked port 80 and a nice migration to HTTPS would be nice.

    Thanks,
    Clayton
    •  
      CommentAuthormike
    • CommentTimeFeb 9th 2006
     
    Try this: Edit plog-load_config.php on line 16:


    $config["baseurl"] = "http://".$_SERVER["SERVER_NAME"]. substr($_SERVER["PHP_SELF"],0,strrpos($_SERVER["PHP_SELF"],"/")) . "/";


    Replace "http://" with "https://".