Once PHP, MYSQL & WordPress are set up on a Windows server, you can easily add additional sites.
- Extract WordPress-n.n-IIS.zip to the root of C:\inetpub
- Rename C:\inetpub\wordpress to sub.domain.com
- In IIS
- Right Click Sites > Add Website
- Set the name & Hostname to sub.domain.com
- set the path to the new folder
- set connect as user and test
- HTTPS and SSL are preferred
- from cmd run iisreset
- In MySQL Workbench
- Schemas > Create Schema > name with “wordpress” (Min. screen resolution required)
- Management > Users and Privileges > Add Account
- Set Limit to Hosts Matching to: localhost
- Shema Privileges > Add Entry
- Selected Schema: Choose the new database and set access
- From the server’s browser
- Go to: https://sub.domain.com/wp-admin
- Run the install and create an admin user