• Resolved Bappy Rayhan

    (@bappyrayhan)


    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

    (@webfactory)

    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

    (@bappyrayhan)

    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

    (@webfactory)

    Post your site’s URL.

    Plugin Author WebFactory

    (@webfactory)

    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.
    Thread Starter Bappy Rayhan

    (@bappyrayhan)

    It worked! Your support is great! Many thanks!

    Plugin Author WebFactory

    (@webfactory)

    You’re welcome 🙂
    If you have the time please leave a review. It helps us out a lot! https://ww.wp.xz.cn/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.