I have done each independently, but can it be done concurrently.
Require authentication only if it is not googlebot.
Regards,
monte
{x:
AuthName "Authorization Required"
AuthUserFile /home/askapache.com/.htpasswd
AuthType basic
Require valid-user
Order Deny,Allow
Deny from all
Allow from googlebot.com google.com google-analytics.com
Satisfy Any
On Jul 17, 8:05 pm, "golf.gu...@gmail.com" <golf.gu...@gmail.com>
wrote: