Default Wordpress site on IIS
Posted
by
Mike
on Pro Webmasters
See other posts from Pro Webmasters
or by Mike
Published on 2013-01-31T19:14:23Z
Indexed on
2013/07/02
17:16 UTC
Read the original article
Hit count: 335
We have multiple wordpress installations on our IIS7 (Windows Server 2008) Server as follows:
http://www.example.com/site_one
http://www.example.com/site_two
http://www.example.com/site_three
These all work properly. However we would like to configure it so that when users visit the root domain (http://www.example.com/
) or any page underneath, ie:
http://www.example.com/
http://www.example.com/page1
http://www.example.com/page2
They would actually see the corresponding pages for site_two
:
http://www.example.com/site_two/
http://www.example.com/site_two/page1
http://www.example.com/site_two/page2
How could we achieve this?
© Pro Webmasters or respective owner