0

I just setup Multi-site on my IIS demo server but it is not working. Anyone give me the steps to setup wp multi-site on IIS.

FYI : Below are the link of the site and multi -site. http://medcells.wsisites.net/ Multi-site link : http://medcells.wsisites.net/arabic - Getting error while browsing this link.

1 Answers1

0

For this we will add a wild card in hositng like this (*.maindomain.com) for apache server, But you are using IIS and IIS server does not support wildcards. To resolve this problem, You have to bind main Wordpress site in IIS. You need to add only one subdomain for the multi-sites, that is add subdomain and specify the same IP address of main site to this subdomain. Then All the multi-sites of main domain will get bind to this new created subdomain. Now your subsites will work.

Like This: You must add an additional website in IIS 7 named eg. (subdomain.main.com)

  • Sites> Add Website
  • Site Name: subdomain.main.com
  • Physical Path: select the subdomain directory
  • Binding: same ip as main.com
  • Host name: subdomain.main.com
Tds
  • 1
  • 2