Title: https redirect doesn&#8217;t work when Under Construction is enabled
Last modified: July 14, 2017

---

# https redirect doesn’t work when Under Construction is enabled

 *  Resolved [Bappy Rayhan](https://wordpress.org/support/users/bappyrayhan/)
 * (@bappyrayhan)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/https-redirect-doesnt-work-when-under-construction-is-enabled/)
 * I’m using Really Simple SSL plugin to redirect http to https, but https redirect
   doesn’t work when Under Construction mode is enabled.

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

 *  Plugin Author [WebFactory](https://wordpress.org/support/users/webfactory/)
 * (@webfactory)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/https-redirect-doesnt-work-when-under-construction-is-enabled/#post-9320483)
 * UCP enables https based on the WP address settings. If your site/WP URL is set
   to http then UCP will be http as well. At the moment the only way to fix the 
   problem is to change the address but since you have a plugin installed that might
   not be an option for you.
 *  Thread Starter [Bappy Rayhan](https://wordpress.org/support/users/bappyrayhan/)
 * (@bappyrayhan)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/https-redirect-doesnt-work-when-under-construction-is-enabled/#post-9320516)
 * My site/WP site URL is set to https. I’ve even uninstalled and reinstalled the
   UCP plugin. But the result is the same. https redirect works when UCP status 
   is off, doesn’t work when it’s on.
 *  Plugin Author [WebFactory](https://wordpress.org/support/users/webfactory/)
 * (@webfactory)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/https-redirect-doesnt-work-when-under-construction-is-enabled/#post-9320659)
 * Post your site’s URL.
 *  Plugin Author [WebFactory](https://wordpress.org/support/users/webfactory/)
 * (@webfactory)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/https-redirect-doesnt-work-when-under-construction-is-enabled/#post-9321588)
 * I don’t have a 5min fix for this as far as UCP is concerned. Till we push out
   a new version I suggest adding this to the beginning of your .htaccess file.
 *     ```
       RewriteEngine On 
       RewriteCond %{SERVER_PORT} 80 
       RewriteRule ^(.*)$ https://bappy.me/$1 [R,L]
       ```
   
    -  This reply was modified 8 years, 11 months ago by [WebFactory](https://wordpress.org/support/users/webfactory/).
 *  Thread Starter [Bappy Rayhan](https://wordpress.org/support/users/bappyrayhan/)
 * (@bappyrayhan)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/https-redirect-doesnt-work-when-under-construction-is-enabled/#post-9321645)
 * It worked! Your support is great! Many thanks!
 *  Plugin Author [WebFactory](https://wordpress.org/support/users/webfactory/)
 * (@webfactory)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/https-redirect-doesnt-work-when-under-construction-is-enabled/#post-9321685)
 * You’re welcome 🙂
    If you have the time please leave a review. It helps us out
   a lot! [https://wordpress.org/support/plugin/under-construction-page/reviews/](https://wordpress.org/support/plugin/under-construction-page/reviews/)

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

The topic ‘https redirect doesn’t work when Under Construction is enabled’ is closed
to new replies.

 * ![](https://ps.w.org/under-construction-page/assets/icon-256x256.gif?rev=2284849)
 * [Under Construction](https://wordpress.org/plugins/under-construction-page/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/under-construction-page/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/under-construction-page/)
 * [Active Topics](https://wordpress.org/support/plugin/under-construction-page/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/under-construction-page/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/under-construction-page/reviews/)

## Tags

 * [https redirect](https://wordpress.org/support/topic-tag/https-redirect/)

 * 6 replies
 * 0 participants
 * Last reply from: [WebFactory](https://wordpress.org/support/users/webfactory/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/https-redirect-doesnt-work-when-under-construction-is-enabled/#post-9321685)
 * Status: resolved