Forum Moderators: buckworks

Message Too Old, No Replies

SSL Help

images not appearing

         

azradioads

12:24 am on Feb 9, 2009 (gmt 0)

10+ Year Member



I am new to ssl I have installed an ssl on my site, my images do not appear on my ssl when https://example.com but when type in http://example.com all Images appear. I know that I need to add the images to the secured side of the site but when does this folder go?

Need help thanks norm

[edited by: tedster at 2:54 am (utc) on Feb. 9, 2009]
[edit reason] switch to example.com [/edit]

lorax

11:35 am on Feb 9, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



That sounds like your images are not under the path protected by the SSL? For example, your website tree may look like this:

/http/www/ (the root of your website)
/http/www/cart/
/http/www/admin/

so your images may be at

/http/images/ (outside the webroot)

If so, then your image directory simply needs to be moved under the webroot.

/http/www/images/

azradioads

2:46 pm on Feb 9, 2009 (gmt 0)

10+ Year Member



it worked, I uploaded the image to the root where the index is and left the image file in its place, then changed the html code to [domain.com...] name.gif and the ssl kicked in with the image.

the root path is found

thank you for your help,
norm

azradioads

2:50 pm on Feb 9, 2009 (gmt 0)

10+ Year Member



oh by the way it is a ucc ssl containing up to 10 domains. all domains are on one hosting account being shared.

thanks again