Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

password protect admin area


newone

Recommended Posts

not sure how to do this can somebody tell me how. Can you post the fix online. Thanks for all the help

 

I've just been through this myself today...

 

Assuming you're running apache, edit your .httpd.conf :

 

In your root directory directive <directory /> replace the term "None with "AuthConfig Limit" after AllowOverride (no apostrophes needed)

 

Then make a password file:

 

>htpasswd -c {path to where you want to keep the file}/.htpasswd-oscom {your name here}

 

Then add to the bottom of .httpd.conf :

 

<Directory ~path to your protected directory>

AuthName "Oscommerce Admin"

AuthGroupFile location of .htpasswd-oscom{/i}

AuthType Basic

Require user your name here

</Directory>

 

You might have some troubles with losing buttons, but see my post of this morning and you should be ok hopefully.

Link to comment
Share on other sites

not sure how to do this can somebody tell me how. Can you post the fix online. Thanks for all the help

In your control panel thru which you manage your website you will find password protect to protect folder or you can ask your service provider.

 

Satish

Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site.

 

Check My About US For who am I and what My company does.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...