kmcmurtry Posted September 19, 2004 Posted September 19, 2004 Hello, I'm giving up. No matter what I try I cannot get the images to work on my test site when going into SSL. Added shared server to hotlink protection list, turned off hotlink protection... Here is the test site address: http://kmcmurtrydesign.com/kmdshop If you look at the link properties of the images in SSL mode they are not correct. They are as follows: https://server20.totalchoicehosting.com/kmdshop/images/ They should be: https://servernumber.host/~kmcmurt/kmdshop/images/ Any ideas on how to fix this??? Thanks, Kim Rock Sign Quote
TCH-Don Posted September 19, 2004 Posted September 19, 2004 To view the site in ssl you need to use https://server20.totalchoicehosting.com/~kmcmurt/kmdshop/ But the images are http://kmcmurtrydesign.com/kmdshop/images/ so if you only going to use the first link (ssl), you need to edit the includes/configure.php and the admin/includes/configure.php look for lines like define('HTTP_SERVER', 'http://kmcmurtrydesign.com'); define('HTTPS_SERVER', 'https://kmcmurtrydesign.com'); and define('HTTP_COOKIE_DOMAIN', 'http://kmcmurtrydesign.com'); define('HTTPS_COOKIE_DOMAIN', 'https://kmcmurtrydesign.com'); and change to define('HTTP_SERVER', 'http://server20.totalchoicehosting.com/~kmcmurt'); define('HTTPS_SERVER', 'https://server20.totalchoicehosting.com/~kmcmurt'); Just a suggestion, maybe someone that has been through this can help. Quote
kmcmurtry Posted September 19, 2004 Author Posted September 19, 2004 Thanks for the answer, but I FINALLY fixed the problem. It was in the config file, but had to do with the slashes in the addressing. I just kept changing until I came up with a solution! You guys are great and I love the service. Thanks again! Kim Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.