Hi,
I have a problem that I guess it's easy to solve if you know where to look (which I don't).
On my online server I set up Wordress multisite and everything is working fine:
maindomain - ok
site1.com - ok
site2.com - ok
Now I copied it to my local server for development (installed Xampp; Installed WordPress; Copied de Database; did all configurations), and everything looks fine except:
localhostwp - ok
local.site1.com - shows localhostwp
local.site2.com - shows localhostwp
I already changed the values "siteurl" and "home" on the "wp_options" table. But I probably need to make some more changes so that Worpress can display the right sites for local.site1.com and local.site2.com.
What do I need to change? Thank you