• Resolved wpwebbiepro

    (@webbiepro777)


    Hi,

    I really like this plugin but it is not working on my multi site for subdomains. If I map / change the domain of a sub site it works, but not before. I use wildcard ssl for the subdomain via cloudflare btw.

    And I have this in WP config:

    define(‘COOKIE_DOMAIN’, $_SERVER[‘HTTP_HOST’] );

    I don’t think those things might matter, but just for your information.

    So the plugin does not work on this domain:

    mysite.multisite.com

    And this does:

    mysite.com (mappend site in multi site)

    If I clear the cookies it works again because I get all weird behaviour and cannot login after switching to an editor role on mysite.multisite.com

    • This topic was modified 1 year, 4 months ago by wpwebbiepro.
    • This topic was modified 1 year, 4 months ago by wpwebbiepro.
Viewing 1 replies (of 1 total)
  • Plugin Author John Blackbourn

    (@johnbillion)

    WordPress Core Developer

    define(‘COOKIE_DOMAIN’, $_SERVER[‘HTTP_HOST’] );

    This is almost certainly the cause. You might find that other aspects of logging in don’t work fully either, for example if you log in on a subdomain site you won’t be logged into the others sites.

Viewing 1 replies (of 1 total)
  • The topic ‘Not working on multi site subdomain’ is closed to new replies.