Want to build new site while keeping current site live.
Permalink 2 users found helpfulhttp://www.yoursite.com/c5
When development is complete just copy everything in that sub-folder (/c5) to the webroot (/), modify your /config/site.php and your done.
And in addition to modifying your config/site.php file after the move, you'll also want to edit your .htaccess file (if you have one) and change the "RewriteBase /c5/" line to "RewriteBase /". Also also as soon as you've done the move you will want to log into the dashbaord and clear the cache (Dashboard -> Sitewide Settings, click the "Clear Cache" button), and then re-run the indexing job (Dashboard -> System Maintenance, click the "Run Checked" button).
Hope this info points you in the right direction.