Launching New Site

JD45

New Member
Hello, We're getting ready to release a new version of our website. What we want to do is only have certain IP's be able to access the website while we test/play with it and the rest of the visitors be redirected to a page with a message that explains the new site will be up on x-x-xxxx.

I'm wondering if someone might be able to point me in the right direction?


Thanks,

JD
 
You can accomplish this via either the server-side scripting language of your choice, or mod_rewrite. Ideally you would setup separate testing and production servers/accounts and not bother with any of it.
 
Top