Skip to:
Content
Pages
Categories
Search
Top
Bottom

https problem?

Viewing 5 replies - 1 through 5 (of 5 total)

  • chrishajer
    Participant

    @chrishajer

    Where did you see that it works on https? I have no doubt that it can, but I am wondering what you saw.


    rdalton
    Member

    @rdalton

    it installs fine, I just can’t log into it. Is it not supposed to be able to work on https?


    royho
    Participant

    @royho

    Although this is the code for WordPress it might be universal to BB Press as well. Open up your bb-config.php and add this line:

    define('FORCE_SSL_ADMIN', true);


    Kevin Ryman
    Participant

    @kevinryman

    Did define('FORCE_SSL_ADMIN', true); work?


    Gautam Gupta
    Participant

    @gautamgupta

    You would need:

    define( 'BB_FORCE_SSL_ADMIN', true ); //force use of ssl in the admin area
    define( 'BB_FORCE_SSL_USER_FORMS', true ); //force use of ssl on user forms like login, registration and profile editing

    You can check the source here – http://xref.yoast.com/bbtrunk/nav.html?bb-settings.php.source.html#l458

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
Skip to toolbar