create site before going live

Associate
Joined
30 Dec 2007
Posts
2,054
Location
Oxonfordshire
Hi, maybe a silly question but dont wanna do and do it wrong !

we have just upgraded our hosting package to have mysql database, can i build database and site before hitting the live button?
already have site live at moment.
 

Pho

Pho

Soldato
Joined
18 Oct 2002
Posts
9,324
Location
Derbyshire
Of course. Set-up a subdomain (e.g. dev.example.com) or create a dev folder under your public_html folder and build your new site there, then when you're done copy it to the live folder and all should work.
 
Associate
Joined
14 Jul 2007
Posts
965
Your best bet would create a local host using xampp or wamp server, free and easy to use, plus plenty of tutorials on youtube if you need help
 
Permabanned
Joined
9 Aug 2008
Posts
35,707
I personally would rather do it live on a server rather than localhost. A sub domain can easy be configured or a folder within the domain

something like

v1.sitename.com or sitename.com/v1

under sitename.com create a landing page saying coming soon or something.
 
Back
Top Bottom