Title: No Login after changing to https
Last modified: March 28, 2017

---

# No Login after changing to https

 *  [untsman](https://wordpress.org/support/users/untsman/)
 * (@untsman)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/no-login-after-changing-to-https/)
 * when changing from http to https everything went fine with the homepage. Only
   that I now can´t login in my WordPress Backend. After adding the wp-admin, there
   will be a white page, after the url wp-login.php I´ll get the Cookie-Information
   and nothing more.
    I did the same thing with another homepage of mine with the
   same host and got no problem there. I changed only .httaccess and wp-config.php
   as before. The format of the text is utf-8. The title of the homepage is blueprint.
   May there be the problem? In German You could read it as blü. I find some support-
   answers, which wrote about the format utf-without BOM. But I don´t know. Can 
   anybody help me? Thx.

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

 *  [alloalix](https://wordpress.org/support/users/alloalix/)
 * (@alloalix)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/no-login-after-changing-to-https/#post-8965190)
 * Did you change in wp-config.php :
 * `define ( 'FORCE_SSL_ADMIN' , false);`
 * to
 * `define ( 'FORCE_SSL_ADMIN' , true);`
 *  Thread Starter [untsman](https://wordpress.org/support/users/untsman/)
 * (@untsman)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/no-login-after-changing-to-https/#post-8965238)
 * when I add on of these phrases, there is an error
 *  Thread Starter [untsman](https://wordpress.org/support/users/untsman/)
 * (@untsman)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/no-login-after-changing-to-https/#post-8965241)
 * <?php
    /** * In dieser Datei werden die Grundeinstellungen für WordPress vorgenommen.**
   Zu diesen Einstellungen gehören: MySQL-Zugangsdaten, Tabellenpräfix, * Secret-
   Keys, Sprache und ABSPATH. Mehr Informationen zur wp-config.php gibt es auf der{
   @link [http://codex.wordpress.org/Editing_wp-config.php](http://codex.wordpress.org/Editing_wp-config.php)*
   wp-config.php editieren} Seite im Codex. Die Informationen für die MySQL-Datenbank
   bekommst du von deinem Webhoster. * * Diese Datei wird von der wp-config.php-
   Erzeugungsroutine verwendet. Sie wird ausgeführt, wenn noch keine wp-config.php(
   aber eine wp-config-sample.php) vorhanden ist, * und die Installationsroutine(/
   wp-admin/install.php) aufgerufen wird. * Man kann aber auch direkt in dieser 
   Datei alle Eingaben vornehmen und sie von wp-config-sample.php in wp-config.php
   umbenennen und die Installation starten. * * [@package](https://wordpress.org/support/users/package/)
   WordPress */
 * /** MySQL Einstellungen – diese Angaben bekommst du von deinem Webhoster. */
   /**
   Ersetze database_name_here mit dem Namen der Datenbank, die du verwenden möchtest.*/
   define(‘DB_NAME’, ‘db1024249-2014’);
 * /** Ersetze username_here mit deinem MySQL-Datenbank-Benutzernamen */
    define(‘
   DB_USER’, ‘db1024249-mcb’);
 * /** Ersetze password_here mit deinem MySQL-Passwort */
    define(‘DB_PASSWORD’,‘
   8Lhm5Boe!’);
 * /** Ersetze localhost mit der MySQL-Serveradresse */
    define(‘DB_HOST’, ‘localhost’);
 * /** Der Datenbankzeichensatz der beim Erstellen der Datenbanktabellen verwendet
   werden soll */
    define(‘DB_CHARSET’, ‘utf8’);
 * /** Der collate type sollte nicht geändert werden */
    define(‘DB_COLLATE’, ”);
   putenv(‘TMPDIR=’.ini_get(‘upload_tmp_dir’) );
 * /**#@+
    * Sicherheitsschlüssel * * Ändere jeden KEY in eine beliebige, möglichst
   einzigartige Phrase. * Auf der Seite {@link [https://api.wordpress.org/secret-key/1.1/salt/](https://api.wordpress.org/secret-key/1.1/salt/)
   WordPress.org secret-key service} kannst du dir alle KEYS generieren lassen. *
   Bitte trage für jeden KEY eine eigene Phrase ein. Du kannst die Schlüssel jederzeit
   wieder ändern, alle angemeldeten Benutzer müssen sich danach erneut anmelden.**
   [@seit](https://wordpress.org/support/users/seit/) 2.6.0 */ define(‘AUTH_KEY’,‘
   >1)|JKU)[O:h467V1oLK71 &FXn{MoHA7pP@@vKuiC>fG3.}B}HjRjBPF(!I-JL[‘); define(‘SECURE_AUTH_KEY’,‘
   ~s/Y1fe1m8v-}66^.G0)VCg||+|a|@*o7$#(80|knU/T?;oB%hZj%bK#;|7oS1`g’); define(‘LOGGED_IN_KEY’,‘
   fg7Sl#3#GSqxg58@(HZc&5T8)=zNQ`: 3{#x{thD-7^@eInz8OwiW_>^z{-s^/XJ’); define(‘NONCE_KEY’,‘]
   zd?yHHU-e:~LsDY,LoG5q&x,juOD5ESysrjJ;S%ju~D^8{9kq[+itwy/D4CVk%}’); define(‘AUTH_SALT’,‘
   +v0gdEk9}iwUdDaQ1dP]/)SlKNm?3L7:/{dv&eboB}}wv:(2ZIyXs*,6$sF[/Ew+’); define(‘SECURE_AUTH_SALT’,‘.
   +~(v1b-VY? GM8KKbEyfsKzu{_^m0ogUs$[v.eWk,xip+,)MvK2OrE)W:X|i8>U’); define(‘LOGGED_IN_SALT’,‘
   1,ZJOL`OH+[v|*er->;{+SO5hc-]Q:E18P0ZPAi-+0Xyy|/<F2wuUPtUK8}lj&DG’); define(‘NONCE_SALT’,‘
   KIZ+|?dGNEVKo5*JY+p_1cMf7+*JQTz+]BEX,Y+x]j%Xn:Q2$}jc28p($9G_BM)2’); /**#@-*/
 * /**
    * WordPress Datenbanktabellen-Präfix * * Wenn du verschiedene Präfixe benutzt,
   kannst du innerhalb einer Datenbank * verschiedene WordPress-Installationen betreiben.
   Nur Zahlen, Buchstaben und Unterstriche bitte! */ $table_prefix = ‘wp_’;
 * /**
    * WordPress Sprachdatei * * Hier kannst du einstellen, welche Sprachdatei
   benutzt werden soll. Die entsprechende * Sprachdatei muss im Ordner wp-content/
   languages vorhanden sein, beispielsweise de_DE.mo * Wenn du nichts einträgst,
   wird Englisch genommen. */ define(‘WPLANG’, ‘de_DE’);
 * /**
    * For developers: WordPress debugging mode. * * Change this to true to enable
   the display of notices during development. * It is strongly recommended that 
   plugin and theme developers use WP_DEBUG * in their development environments.*/
   define( ‘WP_DEBUG’, false );
 * define( ‘WP_AUTO_UPDATE_CORE’, false );
 * define( ‘WP_POST_REVISIONS’, 3 );
 * define( ‘AUTOSAVE_INTERVAL’, 150 );
 * define( ‘WP_CONTENT_URL’, ‘[https://blueprint.berlin/wp-content&#8217](https://blueprint.berlin/wp-content&#8217););
 * /* That’s all, stop editing! Happy blogging. */
 * /** Absolute path to the WordPress directory. */
    if ( !defined(‘ABSPATH’) ) 
   define(‘ABSPATH’, dirname(__FILE__) . ‘/’);
 * /** Sets up WordPress vars and included files. */
    require_once(ABSPATH . ‘wp-
   settings.php’);
 *  Thread Starter [untsman](https://wordpress.org/support/users/untsman/)
 * (@untsman)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/no-login-after-changing-to-https/#post-8969464)
 * ich habe die wp-config.php neu hochgeladen und jetzt geht es wieder.

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

The topic ‘No Login after changing to https’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 2 participants
 * Last reply from: [untsman](https://wordpress.org/support/users/untsman/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/no-login-after-changing-to-https/#post-8969464)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
