MikeMadz wrote:
Hi!
Just want to ask the easiest way to implement an offline site for testing.
thanks.
Me I do it with stupidity but that works nice 
I create the site in a subdomain -www.somethingsdifficulttofind.mydomain.com- and I set robots.txt to:User-agent: *
Disallow: /
as that nothing can be indexed by Google and cie.
Then when the site is ready, I change some few lines in configuration.php and for the domain name ... and in ten minutes the site is online.
Hope that helps ;D