Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Problem securing Admin site


alex B

Recommended Posts

Hello,

I am trying to secure the admin site so I will not see that left buttom message "You are not protected by a secure SSL connection..."

I have followed instruction from one of the previous threads and added

following lines to my configure.php

define('HTTP_SERVER', ?https://webhost_secure_server/~myfolder/?);

define('HTTPS_SERVER', ?https://webhost_secure_server/~myfolder/?);

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

define('HTTPS_CATALOG_SERVER', 'https://www.mydomain.com');

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

 

Now when I am trying to access categories page to add new categories/products I am getting an error that " Catalog images directory does not exist: '/home/ssladmin/public_html/catalog/images'".

 

I am using my web host share secure server , which in configure.php I specified as

'https://webhost_secure_server/~myfolder/'

 

I do not understand why directory images are not being found.

Can anyone help?

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...