ANC
2006-09-20 18:44:54 UTC
This may be wrong forum and if so please direct me.
I have a brand new Mac Mini and am using the Safari browser. I'm pretty
savvy with computer systems (but not OS-X).
On my web server (off-site) I have phpMyAdmin and in its folder I have
the htaccess file below. The first time I went to the phpMyAdmin URL
Safari DID ask me for the password/user. Good. Fine. But it never has
again!
I tried on wife's new MacBook and it asked for the pass/user... but I
didn't fill it in. So 'first time' is good. But never again does Safari
prompt for user/pass (if entered.)
It just brings up the page.
I've cleared the cache, cleaned cookies, I've looked in Safari's
user/password list in preferences, I've looked at auto-fill for forms,
I've closed Safari, and I think I've even restarted the Mac. But it
still sees me as a current session and never asks me for the user/pass.
I'm pretty good at this stuff, but I'm stumped.
This does not happen on my Linux machine running FireFox. Anyone have
any ideas? Its not a htaccess issue but a Safari one (so I'm told by my
web host experts)... and I can't figure it out. Maybe there is something
in Keychains (whatever that is... I know enough about OS-X to be
dangerous!)
Thanks,
Al
## password begin ##
AuthUserFile /usr/www/yyyyyyy/zzzzzz/xxxxxxx/.aaaaaaaa
AuthName "Protected"
AuthType Basic
<Limit GET POST PUT>
require valid-user
</Limit>
<Files .aaaaaaa>
deny from all
</Files>
I have a brand new Mac Mini and am using the Safari browser. I'm pretty
savvy with computer systems (but not OS-X).
On my web server (off-site) I have phpMyAdmin and in its folder I have
the htaccess file below. The first time I went to the phpMyAdmin URL
Safari DID ask me for the password/user. Good. Fine. But it never has
again!
I tried on wife's new MacBook and it asked for the pass/user... but I
didn't fill it in. So 'first time' is good. But never again does Safari
prompt for user/pass (if entered.)
It just brings up the page.
I've cleared the cache, cleaned cookies, I've looked in Safari's
user/password list in preferences, I've looked at auto-fill for forms,
I've closed Safari, and I think I've even restarted the Mac. But it
still sees me as a current session and never asks me for the user/pass.
I'm pretty good at this stuff, but I'm stumped.
This does not happen on my Linux machine running FireFox. Anyone have
any ideas? Its not a htaccess issue but a Safari one (so I'm told by my
web host experts)... and I can't figure it out. Maybe there is something
in Keychains (whatever that is... I know enough about OS-X to be
dangerous!)
Thanks,
Al
## password begin ##
AuthUserFile /usr/www/yyyyyyy/zzzzzz/xxxxxxx/.aaaaaaaa
AuthName "Protected"
AuthType Basic
<Limit GET POST PUT>
require valid-user
</Limit>
<Files .aaaaaaa>
deny from all
</Files>