Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

htaccess peculiarity


yahalimu

Recommended Posts

Hi,

I use htaccess to secure my admin.

I set up username and password months ago, works as tested on IE, chrome,safari, firefox etc.

 

I recently bought some thin clients using IE6 but it seems totally unable to accept the password from this browser.

 

My server log file report:

user usernamehere: authentication failure for "/admin": Password Mismatch

 

I am, obviously, using a username/password combination that is known to work.

SO the question is, how come it wont work when it even works on my IPAD and blackberry ?

 

I have checked locale, keyboard and language settings, all OK.

 

This is my htaccess file:

 

AuthUserFile /var/www/vhosts/blahblah.co.uk/httpdocs/admin/.htpasswd

 

AuthGroupFile /dev/null

AuthName "Password Protected Area"

AuthType Basic

 

<limit GET POST>

require valid-user

</limit>

 

As i said, been working fine for months.

 

Any ideas?

Link to comment
Share on other sites

Hi,

I use htaccess to secure my admin.

I set up username and password months ago, works as tested on IE, chrome,safari, firefox etc.

 

I recently bought some thin clients using IE6 but it seems totally unable to accept the password from this browser.

 

My server log file report:

user usernamehere: authentication failure for "/admin": Password Mismatch

 

I am, obviously, using a username/password combination that is known to work.

SO the question is, how come it wont work when it even works on my IPAD and blackberry ?

 

I have checked locale, keyboard and language settings, all OK.

 

This is my htaccess file:

 

AuthUserFile /var/www/vhosts/blahblah.co.uk/httpdocs/admin/.htpasswd

 

AuthGroupFile /dev/null

AuthName "Password Protected Area"

AuthType Basic

 

<limit GET POST>

require valid-user

</limit>

 

As i said, been working fine for months.

 

Any ideas?

 

I shall close this as I used my servers protected directories utility and removed the htaccess file. EXACTLY the sameresponse.

Its therefore pretty much a IE6/CE issue, outside the scope of this forum.

Link to comment
Share on other sites

IE 6 has LONG been replaced by IE7 and IE8 and IE9 is on the horizon. Update your browser !

 

 

 

 

 

Chris

Link to comment
Share on other sites

IE 6 has LONG been replaced by IE7 and IE8 and IE9 is on the horizon. Update your browser !

 

 

 

 

 

Chris

 

 

Im aware of that!

 

As i said, I'm running thin clients windows CE, no update possible on embedded systems

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...