• Resolved soki.cattery

    (@sokicattery)


    Few month ago, i was setup a site with wordpress 4.2.1. My site structure is:
    /news
    /shop
    index.php
    .htaccess

    news and shop are two folders contain difference wordpress. I don’t sharing anything between them (use same database but difference prefix).

    They work fine, then i use “Giving WordPress Its Own Directory” tutorial to make /news folder is default view for my domain. Everything is ok. Then i added “deny from all” to htaccess file (to not allow anyone to view my site on building time).

    Now, when i remove “deny from all” in htaccess to continue build my site, the problem appear. WordPress notice me for update, and now i running with wordpress 4.2.3, /shop folder can’t work anymore. Any link on the wordpress which run in /shop folder change to https protocol automatically. It can not load css, image etc…because everything is started with https (original is http). I can’t access wp-admin too because it automatic change to https.
    I don’t know what happen, please help.
    I backed up in 4.2.1. I was restored but it alway auto update to 4.2.3

Viewing 5 replies - 1 through 5 (of 5 total)
  • You may need to check the wp_options table for your “shop” installation. It sounds like you have the URLs set as HTTPS, and without a proper security certificate, you’ll have problems trying to access the site.

    Thread Starter soki.cattery

    (@sokicattery)

    My options are default, nothing store infomation about https. I deleted other wordpress installation in /news folder, let /shop folder run alone as a subcategory from root folder. The problem still exist.
    You can see here: http://soki.vn/shop

    Maybe not relevant, or maybe it’s exactly that… Did you install ZPanel yourself? I tried it a while ago, but as far as I know it doesn’t get updated anymore. Instead it got forked as Senora. In that period ZPanel had given me too many headaches, I lost trust and never tried the fork.

    Since you’re just getting started, I tend to think it would be better to switch to a different control panel now. Perhaps you can try to move to Senora, but I’ve become very fond of Vesta. It’s quite different, but it rocks… smoothly.

    I hope this helps. GL!

    Are you using Chrome? I think you were running WooCommerce on the /shop/ site (it’s gone now so I can’t be sure). There is a an SSL issue that is exhibited by sites running WC when viewed in Chrome. Installing this plugin should help: https://wordpress.org/plugins/chrome-https-bug-fix-for-woocommerce/

    Thread Starter soki.cattery

    (@sokicattery)

    Thank everyone.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Automatic change to https protocol after update’ is closed to new replies.