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.
Yes, I am working on multisite with IIS. Need to setup below two domains.
http://www.weddingsmadeinitaly.co.uk
http://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 http://www.weddingsmadeinitaly.co.uk
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).