• I hooked up an SSL certificate on a site, install WordPress HTTPS, change wp-config.php to HTTPS, change in phpmyadmin _options on HTTPS, but now my admin panel don’t open. but generally, site working perfect, without admin panel…

    what should I do now?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter quicksdk

    (@quicksdk)

    my site is https://sh-stroj.ru/

    PS. When I open admin panel browser (chrome) says that ERR_TOO_MANY_REDIRECTS

    Hey there,

    Thanks for your post.

    What did you change in wp-config.php ?

    If you added both the below lines :

    define( 'FORCE_SSL_ADMIN', true );
    define( 'FORCE_SSL_LOGIN', true );

    Then you only need one i.e.

    define( 'FORCE_SSL_LOGIN', true );

    Please advise if that fixes the issue !

    Thread Starter quicksdk

    (@quicksdk)

    no, in wp-config.php I replace HTTP to https

    define("WP_SITEURL", "https://" . $_SERVER["HTTP_HOST"]);

    define(“WP_HOME”, “https://” . $_SERVER[“HTTP_HOST”]);

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

The topic ‘HTTPS Admin panel’ is closed to new replies.