• Hello.

    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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Personally, I would not do that. The reason is that extracing a site from a netowrk set up is a whole lot harder then just moving a self-contained site.

    A network is really only meant to be used for networks, where you have several sites that are all meant to be interconnected.

    I work on multiple WordPress sites at the same time on my Mac at home and my PC at work.

    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!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Should I do multisite?’ is closed to new replies.