Mobile app version of vmapp.org
Login or Join
Pope3001725

: Non-public site for testing on shared-hosting site Is it possible to as a developer using a shared hosting site such as bluehost, hostgator, and the like, to view your site without making it

@Pope3001725

Posted in: #SharedHosting

Is it possible to as a developer using a shared hosting site such as bluehost, hostgator, and the like, to view your site without making it public. Or do the files you upload always go live immediately?

Is the best way to test a site (if using shared hosting) to just set up some apache/mysql/php service on my machine?

I am considering putting together a site with shared hosting, and trying to see what all my options are.

Thanks.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Pope3001725

2 Comments

Sorted by latest first Latest Oldest Best

 

@BetL925

For any website where up-time is of importance it's important to have a test environment which replicates the environment the application will be going live on. I recommend a small VPS behind a hardware firewall (or use iptables if you want).

If you did that you could create a GIT/Subversion repository, then push your development changes to the live repo and pull down the changes to your live setup and you know your page isn't going to clunk down on you.

I know, this is a little bit of a more professional setup but I recommend it for anybody as you never know when a website could grab traction.

GL.

10% popularity Vote Up Vote Down


 

@Kristi941

Yes, once you publish content to a shared webhost your content is available to anyone who knows where to look.

Fortunately you have a couple of options to develop your site privately.


You can develop your site locally on your own computer using WAMP or XAMPP . These are great tools because you can develop your site conveniently on your own computer in a complete web server environment for free.
You can use a shared host and block access to your site with Basic Authentication. Basically this is that little pop up dialog box that asks for your username and password. This will keep unauthorized users out until you're done developing your site. Then once your done you can remove it to go live.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme