garik111 Posted March 30, 2005 Posted March 30, 2005 After I have installed the oscommerce, i can't see images, Their Url "http:///images" What should i do??? help me... My site http://www.pc4me.co.il
garik111 Posted March 30, 2005 Author Posted March 30, 2005 After I have installed the oscommerce, i can't see images, Their Url "http:///images" What should i do??? help me... My site <{POST_SNAPBACK}> The link is http://www.pc4me.co.il/index.php
♥Vger Posted March 30, 2005 Posted March 30, 2005 Your configure.php files are incorrectly set up. The following should apply: 1. http_server = http://www.yourdomain.com 2. https_server = https://www.yourdomain.com (but only if you have a full ssl cert - otherwise leave blank) 3. enable_ssl = only set to 'true' if you have an ssl cert - shared or full 4. http_cookie_domain = www.yourdomain.com 5. https_cookie_domain = same as for http if a full cert is installed - otherwise leave blank 6. use_pconnect = false 7. path_to_catalog = '/' (if installed in the root of your domain) 8. long absolute path you will have to get from your hosting company 9. store_sessions = 'mysql' Vger
garik111 Posted March 30, 2005 Author Posted March 30, 2005 Your configure.php files are incorrectly set up. The following should apply: 1. http_server = http://www.yourdomain.com 2. https_server = https://www.yourdomain.com (but only if you have a full ssl cert - otherwise leave blank) 3. enable_ssl = only set to 'true' if you have an ssl cert - shared or full 4. http_cookie_domain = www.yourdomain.com 5. https_cookie_domain = same as for http if a full cert is installed - otherwise leave blank 6. use_pconnect = false 7. path_to_catalog = '/' (if installed in the root of your domain) 8. long absolute path you will have to get from your hosting company 9. store_sessions = 'mysql' Vger <{POST_SNAPBACK}> I have done it already, but it still doesn't work...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.