[ad_1]
This is a ridiculous question, but I cannot for the life of me find any resources to help with figuring this out.
All I can find are tutorials on how to set up multisite, which I have been told is not optimal when dealing with multiple client sites. I’m using phpmyadmin as a database, so can anyone tell me or guide to me to a resource on how to set up multiple individual sites on a localhost? Any help is appreciated, thank you.
[ad_2]
The process depends on what you are using, but you’re not finding tutorials because it’s generally trivial. Whatever you did to setup the first one, do it again with a different name.
Make it easy on yourself and just use any of the known good tools for local development. Local by Flywheel comes to mind. Spinning up new local sites is literally just a button press, and a couple form fields.
If you use something less plug-n-play, like docker, I just give each site a different port. So localhost:1002 is one site, and localhost:1004 is the next one, etc.
Local (localwp.com)