i realize this is a little off topic but i have noticed that when protecting a diretory using .htaccess where the main index page is a framed document (like phpMyAdmin), i am always prompted to enter my username and password twice, as if the left frame requires authorization and then the main frame does at well. it is just sort of an annyance to have to enter things twice. any ideas? here is my htaccess file:
AuthUserFile /www/d/devinemke/htdocs/admin/.htpasswd
AuthGroupFile /dev/null
AuthName "phpMyAdmin"
AuthType Basic
<Limit GET POST>
require valid-user
</Limit>