How do I work on a website without it being live?

5 posts / 0 new
Last post
#1 Wed, 06/04/2008 - 08:31
jschmucker77@ya...

How do I work on a website without it being live?

I am trying to display a under construction page on the main DNS and still save my work and continue working on it in the background. Once I am finished I want to obviously display my changes. But during the process the client does not want the website to be seen. Rather a under construction page instead.

How do I accomplish this?

Any help would be greatly appriciated. Thank You

Wed, 06/04/2008 - 09:29
ronald
ronald's picture

so if the website that is being made is index.php then you can make the "Under construction" a index.html
Apache will normally always look for html then htm then php

The new website reside in the public_html folder while the index.html is being served to visitors. Unless they type in www.yourdomain.com/index.php but why would they?

You can also create a folder and protect this with a password.
You can also create the website on your home pc and upload when finished
You can create a test.domain.com and work in there

Per haps others have better ideas..

Wed, 06/04/2008 - 14:34 (Reply to #2)
SteveHeinsch

In addition to Ronald's suggestions, I use a 'spare' domain that I use only for development, and it just uses an htaccess using a password.

Wed, 06/04/2008 - 15:43 (Reply to #3)
Joe
Joe's picture

Steve's onto something. ;-)

The best practice is pretty much always to have a devel domain and a production domain. The devel domain could be a sub-server owned by the same account, which means ownership and permissions can remain identical across the two instances. We do this for our devel domains.

--

Check out the forum guidelines!

Wed, 06/04/2008 - 16:16 (Reply to #4)
ronald
ronald's picture

<b>ronald wrote:</b>
<div class='quote'>
You can create a test.domain.com and work in there
</div>

that's how i do it. to make a sub-server..

Topic locked