Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Problem securing Admin site


alex B

Recommended Posts

Posted

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?

Posted

Hi,

 

The directory images need to be chmod 777.

Posted

try putting your ssl adress in 'HTTPS_CATALOG_SERVER'

Archived

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

×
×
  • Create New...