Jump to content

Recommended Posts

Posted

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

Posted

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.

Posted

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. :dance:

 

Thanks again!

Kim

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...