Forum Moderators: open
If you have Apache, put this in the VirtualHost section of your 'member-only-access' site:
<Directory /httpdocs/mysite/www/memberarea>
AuthType Basic
AuthName "PUT WHAT YOU WANT HERE"
AuthUserFile /httpdocs/mysitepasswd
require valid-user
satisfy any
order deny,allow
#Googlebot IPs
allow from 64.68.82 64.68.86 216.239.46
deny from all
</Directory>
Of course you must use the 'htpasswd' command to set the uid/pwd in '/httpdocs/mysitepasswd' file.
cminblues
>>Note, there are more IPs than the ones listed.<<
Hmmm.. these are C classes, not single IPs.
And I can say that very rarely Googlebot uses IP out of these classes :)
cminblues