I want to put a sitelet on production for review without it being searchable/viewable by the general public. What's the best way to allow select visitors to the sitelet but have it be invisible to everyone else?
jdMorgan
6:59 pm on Oct 1, 2010 (gmt 0)
Define "select visitors" either by IP address or by authentication with a username/password.
See Apache mod_access and mod_authz_user (mod_auth on Apache 1.x).