Hi,
I have a wordpress website already live. But I want to create a new website in wordpress too. I want to be able to create the website while the other one is still online. It should be possible to access the new website while I work on it, so others can see it at the same time.
What would be the smartest way to do it?
Can create Sub domain / sub folder with your existing running website root folder
let’s say you have http://mysite.tld pointing to your web root directory
create new web root directory, new dbase and new WP into it
adjust your webserver config for http://dev.mysite.tld
adjust your DNS
that’s all