alex B Posted July 14, 2003 Posted July 14, 2003 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?
alex B Posted July 14, 2003 Author Posted July 14, 2003 it is set on 777 aleady, yet the problem I believe is with shared server!?
Guest Posted July 14, 2003 Posted July 14, 2003 try putting your ssl adress in 'HTTPS_CATALOG_SERVER'
Recommended Posts
Archived
This topic is now archived and is closed to further replies.