Title: WORDPRESS admin not working while upgrade from HTTP to HTTPS
Last modified: August 30, 2016

---

# WORDPRESS admin not working while upgrade from HTTP to HTTPS

 *  [RATHAisVIP](https://wordpress.org/support/users/rathaisvip/)
 * (@rathaisvip)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/wordpress-admin-not-working-while-upgrade-from-http-to-https/)
 * hello all,
    I have installed wordpress in my subfolder [http://www.aboutasiatravel.com/blog/](http://www.aboutasiatravel.com/blog/)
   and now I’m upgrade my site from http to https and [https://www.aboutasiatravel.com/blog/wp-admin/](https://www.aboutasiatravel.com/blog/wp-admin/)
   not working anymore,
 * any things can fix this error, thanks.
 * [https://wordpress.org/plugins/wordpress-https/](https://wordpress.org/plugins/wordpress-https/)

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

 *  [mohit11d](https://wordpress.org/support/users/mohit11d/)
 * (@mohit11d)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/wordpress-admin-not-working-while-upgrade-from-http-to-https/#post-6580654)
 * i am can’t access my wp-admin after installing WordPress HTTPS (SSL)(link:-https://
   wordpress.org/support/view/plugin-reviews/wordpress-https). when i am open my
   wp-admin its show nothing there is only white page. plzz help me 🙁
    and one 
   more thing i am also try from wp-login.php but it shows some kind of error and
   the error is “ERROR: Cookies are blocked due to unexpected output.” plzz help
   me 🙁
 *  [MR808](https://wordpress.org/support/users/mr808/)
 * (@mr808)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/wordpress-admin-not-working-while-upgrade-from-http-to-https/#post-6580665)
 * Hi, this worked for me.
 * find wp-config.php by logging directly to your file manager in your host and 
   type at bottom:
 * define(‘WPHTTPS_RESET’, true);
 *  Thread Starter [RATHAisVIP](https://wordpress.org/support/users/rathaisvip/)
 * (@rathaisvip)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/wordpress-admin-not-working-while-upgrade-from-http-to-https/#post-6580666)
 * Thanks for your comments, now it work again after found out that it have blank
   break line space in the file, after delete breaklines then it work again >.<
 *  [Suraj Lulla](https://wordpress.org/support/users/srjlulla/)
 * (@srjlulla)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/wordpress-admin-not-working-while-upgrade-from-http-to-https/#post-6580683)
 * This can also happen if WordPress is hosted behind a reverse proxy that provides
   SSL.
 * Paste the following in your theme’s functions.php:
 *     ```
       define('FORCE_SSL_ADMIN', true);
       // a comma-separated list e.g. http,https
       if (strpos($_SERVER['HTTP_X_FORWARDED_PROTO'], 'https') !== false)
              $_SERVER['HTTPS']='on';
       ```
   

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

The topic ‘WORDPRESS admin not working while upgrade from HTTP to HTTPS’ is closed
to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wordpress-https_bec2c9.svg)
 * [WordPress HTTPS (SSL)](https://wordpress.org/plugins/wordpress-https/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-https/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-https/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-https/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-https/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-https/reviews/)

 * 4 replies
 * 4 participants
 * Last reply from: [Suraj Lulla](https://wordpress.org/support/users/srjlulla/)
 * Last activity: [9 years, 12 months ago](https://wordpress.org/support/topic/wordpress-admin-not-working-while-upgrade-from-http-to-https/#post-6580683)
 * Status: not resolved