Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL on the Admin page?


danthony2

Recommended Posts

What help exactly do you need?

 

Securing the admin side is basically creating a .htpasswd file and editting the .htaccess file in the admin directory. all of which can be done in your webhost provide panel under file manager (usually)

Link to comment
Share on other sites

Ok I have read the topics on this, and it talks about securing the store but I need help with the admin side.

Thanks

David

If you are trying to get the Admin section to work with SSL, have try the following?

 

Change

  define('HTTP_SERVER', 'http://www.domain.com');

to

  define('HTTP_SERVER', 'https://www.domain.com');

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...