Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to secure admin side


Guest

Recommended Posts

Posted

Hi

 

I am wanting to secure the Admin side of osCommerce thru a secure server. However I don't know which file/s to alter. Is someone able to tell me please, what I need to do to achieve this.

 

The web site is thru the secure server where appropriate.

 

Many thanks

 

Grandpa

Posted

Hi

 

I am wanting to secure the Admin side of osCommerce thru a secure server. However I don't know which file/s to alter. Is someone able to tell me please, what I need to do to achieve this.

 

The web site is thru the secure server where appropriate.

 

Many thanks

 

Grandpa

If you have your own SSL certificate(not shared), and properly installed on our site, make these changes in your admin/includes/ configure.php file.

 

 define('HTTP_SERVER', 'https://www.mysite.com');
 define('HTTP_CATALOG_SERVER', 'https://www.mysite.com');
 define('HTTPS_CATALOG_SERVER', 'https://www.mysite.com');
 define('ENABLE_SSL_CATALOG', 'true');

Posted

If you have your own SSL certificate(not shared), and properly installed on our site, make these changes in your admin/includes/ configure.php file.

 

 define('HTTP_SERVER', 'https://www.mysite.com');
 define('HTTP_CATALOG_SERVER', 'https://www.mysite.com');
 define('HTTPS_CATALOG_SERVER', 'https://www.mysite.com');
 define('ENABLE_SSL_CATALOG', 'true');

Hi

 

Many thanks

 

Grandpa

  • 2 weeks later...
Posted

Is it possible to force https for admin? I'm concerned some of our staff will continue to access the admin using http, out of habit.

Archived

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

×
×
  • Create New...