I have been reading about this and tried to set it up repeatedly, but failed.
What I want:
Work on my site, edit, and when i think it's ready, open it to the world - so that visitors won't catch me in the middle of editing.
I believe this is a common concept, and what I want is called seperate development and production environments.
According to this all I need to do is to move any part of my user folder to a new subfolder, e.g. like this: mv user/pages user/my.domain.com/pages.(1)
However this does not work, after clearing the cache I navigate to my.domain.com and get this:
Issues Found
Please Review and Resolve before continuing...
(in red) /home/me/path/user/pages does not exist
(the rest is green)...
- am i going about this the right way?
- what is the correct name for the subfolder? apache2/sites-enabled config? but that one just specifies the port, my router then opens that port to the world.
(1) ultimately I would like to have 2 completely seperate e nvironments, one only accessible through my local network, for development, and when i'm done developing just copy it over the current open-to-the-world environment (maybe there's even a magical command for that).