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.
 
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.
 
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
 
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