I am trying to learn wordpress design to earn some money. I just know the basics and hopefully would learn more.
My question is, I installed wordpress as a localhost and I am wondering if I should do multisite? Something like:
Localhost/wp/client1
Localhost/wp/client2
I hope I asked it right.
Thank you
A network is really only meant to be used for networks, where you have several sites that are all meant to be interconnected.
]]>I use MAMP on my PC and just install each WP client folder as a new install and make the parent folder it’s root.
On my MAC I use Apache built in and have each client site in it’s own folder as well.
www/client1
www/client2
www/htmlsite
www/client3
WP is a fresh install in each client folder independently.
Separate DB for each client
Good Luck!
]]>