I use the following .htaccess file to restrict access to certain web folders to only my IP pool.
Options +Indexes order allow,deny allow from x.x.x.
Is there anyway to allow a user right in if there in that IP pool but require a password if there not?
Matt