Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Ron Rennick

    (@wpmuguru)

    This is the support forum for the Domain Mapping plugin vs how do I set up my webserver? You would be better off posting a thread asking about setting up WordPress on IIS.

    Thread Starter livebillal

    (@livebillal)

    Yes, I am working on multisite with IIS. Need to setup below two domains.

    https://www.weddingsmadeinitaly.co.uk
    https://www.weddingsitaly.co.uk

    Multisite setup is ok.

    /* Multisite */
    define( ‘WP_ALLOW_MULTISITE’, true );
    define(‘SUNRISE’,’on’);
    define(‘MULTISITE’, true);
    define(‘SUBDOMAIN_INSTALL’, false);
    define(‘DOMAIN_CURRENT_SITE’, ‘www.weddingsmadeinitaly.co.uk’);
    define(‘PATH_CURRENT_SITE’, ‘/’);
    define(‘SITE_ID_CURRENT_SITE’, 1);
    define(‘BLOG_ID_CURRENT_SITE’, 1);

    How will I go next step? This is the main domain https://www.weddingsmadeinitaly.co.uk

    Plugin Author Ron Rennick

    (@wpmuguru)

    How will I go next step?

    I don’t know what you need to do in IIS to get the second domain pointed to your WP install. That’s why I suggested you post a separate thread for your IIS setup (& include IIS in the title so folks will know what you are asking for).

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘One WP website two domains’ is closed to new replies.