Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

htaccess authentification problem


Guest

Recommended Posts

Posted

I put a protection on my admin subdir as follow:

 

.htaccess file

 

AuthType basic

AuthName "Access only for Developers"

AuthUserFile www/web/ecommerce/admin/.htpasswd

AuthGroupFile www/web/ecommerce/admin/.htgroup

<Limit GET>

Require group admin

</Limit>

 

 

.htgroup file

 

admin:'name in clear text'

 

.htpasswd file

 

'same name in clear text':'password in clear text'

 

 

name and password text off course without quotes!

 

all the files are in the admin subdir

 

It didn't work !!!

msg: authentification failed...

 

can somebody help me?

 

I don't have access to httpd.conf file

Archived

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

×
×
  • Create New...