Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how to protect the admin directory


dmastephen

Recommended Posts

Hi,

 

Here is what I am doing and it work,

 

In catalog/admin/.htaccess

 

==== begin file =====

AuthType Basic

AuthName "osCommerce Cart Admin"

AuthUserFile /home/abc123/.htpasswds/catalog/admin/passwd

 

require valid-user

==== end file ====

 

Hope this will help,

 

 

Jay

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...