Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL / Security in the Admin area


racelance

Recommended Posts

Hi~

 

I've finally recieved a padlock under the store purchase area. Now I'm having trouble getting the padlock under the Admin area - do you really need to have the Admin area "Secure"? If so, how do I go about doing it? I've already included the proper paths into the config file - and also enabled ssl

  define('HTTP_SERVER', 'http://hitechcoat.com'); // eg, http://localhost - should not be NULL for productive servers

 define('HTTP_CATALOG_SERVER', 'http://hitechcoat.com');

 define('HTTPS_CATALOG_SERVER', 'https://secure9.dnsrouter.com/~hitechco');

 define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module

 define('DIR_FS_DOCUMENT_ROOT', $DOCUMENT_ROOT); // where your pages are located on the server. if $DOCUMENT_ROOT doesnt suit you, replace with your local path. (eg, /usr/local/apache/htdocs)

 

Thanks for any help you can provide!

 

Lance

Link to comment
Share on other sites

The code that you show at the top of your post

Is it your catalog/includes/configure.php or

your catalog/admin/includes/configure.php ?

Link to comment
Share on other sites

Yeah, I thought the same thing - unfortunately it didn't work. Actually it does work, but it screws up a few other modules in the Admin areal.

 

Anything else you can think of?

 

Thanks for trying... :wink:

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...