Title: Change site URL HTTP to HTTPS blank admin page
Last modified: August 31, 2016

---

# Change site URL HTTP to HTTPS blank admin page

 *  [WilliamTai](https://wordpress.org/support/users/williamtai/)
 * (@williamtai)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/change-site-url-http-to-https-blank-admin-page/)
 * I’m using CloudFlare Flexible SSL function for a long time and I change to Full
   SSL today, the front end seems as normal but when I access wp-login.php it shows
   a blank page.
 * The SSL setting I changed before is Flexible SSL and the URL set as following:
 * Site URL: [http://www.williamtai.moe](http://www.williamtai.moe)
    WordPress Home
   URL: [https://www.williamtai.moe](https://www.williamtai.moe)
 * I used WordPress HTTPS plugin and Rewrite rule to force all link to https connection.
 * Here is the write rule:
 * #Redirect to CloudFlare https
    RewriteEngine on RewriteCond %{HTTP:CF-Visitor}‘”
   scheme”:”http”‘ RewriteRule ^(.*)$ [https://www.williamtai.moe/$1](https://www.williamtai.moe/$1)[
   L]
 * and now I changed the WordPress URL and Rewrite rule setting as following:
    Site
   URL: [https://www.williamtai.moe](https://www.williamtai.moe) WordPress Home 
   URL: [https://www.williamtai.moe](https://www.williamtai.moe)
 * #Redirect for all
    RewriteEngine on RewriteCond %{SERVER_PORT} 80 RewriteRule
   ^(.*)$ [https://www.williamtai.moe/$1](https://www.williamtai.moe/$1) [R,L]
 * Now the front page is okay but the login page serve blank page.

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

 *  [Joe Hall](https://wordpress.org/support/users/redbmedia/)
 * (@redbmedia)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/change-site-url-http-to-https-blank-admin-page/#post-7058504)
 * Why are you not using https on the site URL too?
 *  Thread Starter [WilliamTai](https://wordpress.org/support/users/williamtai/)
 * (@williamtai)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/change-site-url-http-to-https-blank-admin-page/#post-7058536)
 * In Flexible SSL mode the original server is non-SSL, only CloudFlare serve SSL,
   and now I’m using Full SSL that mean both original server and CDN serve SSL, 
   so site URL and WordPress home URL are the same but it cause blank page in wp-
   login.php.
 *  Thread Starter [WilliamTai](https://wordpress.org/support/users/williamtai/)
 * (@williamtai)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/change-site-url-http-to-https-blank-admin-page/#post-7058538)
 * The problem cause by CloudFlare official plugin, after deactivated the plugin
   my website back again.

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

The topic ‘Change site URL HTTP to HTTPS blank admin page’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [WilliamTai](https://wordpress.org/support/users/williamtai/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/change-site-url-http-to-https-blank-admin-page/#post-7058538)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
