I have a working expression installation which is running a live site.
Our client has asked for some major work to be done to the site and we need to change the templates and add functionality.
I need to do this while the current site remains live.
I wish to work on a copy of the site in a subdirectory: http://www.domain.com/dev
Is it possible to create a new database, copy current to new one and then copy files to the subdirectory in order to work on a development version of the site while the current site remains live?
Then once complete could I move development copy to the root to make it the live site.