I have a development server, which I setup as a normal website but behind a standard Http Auth login which prevents anyone from getting in (normally).
How can I setup a server that would not be found unless its known by their developer and associates? To also prevent Google from potentially indexing anything, but also so the Auth isn't preventing third party sites from working (caching for example).
Would I use a different port number like 8080? What is a common setup for working live, but being stealthy.
Thanks