alex B Posted July 14, 2003 Share 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? Link to comment Share on other sites More sharing options...
Guest Posted July 14, 2003 Share Posted July 14, 2003 Hi, The directory images need to be chmod 777. Link to comment Share on other sites More sharing options...
alex B Posted July 14, 2003 Author Share Posted July 14, 2003 it is set on 777 aleady, yet the problem I believe is with shared server!? Link to comment Share on other sites More sharing options...
Guest Posted July 14, 2003 Share Posted July 14, 2003 try putting your ssl adress in 'HTTPS_CATALOG_SERVER' Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.