Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

NEWBIE help with images and ssl


chicagochillin

Recommended Posts

Ive looked and cant seem to find the answer.

 

Ive installed the cart etc. But when i go to my secure ssl site, the images are broken. on my unsecure regular site, they are fine.

 

What could be the problem??????

 

Its always paths check your configure.php files and the defines that begin define('HTTPS

Link to comment
Share on other sites

Its always paths check your configure.php files and the defines that begin define('HTTPS

 

 

But how can the images be broken for the ssl site but not the unsecure site. I think the paths are okay, because the images show up in my regular site. but its the ssl secure site thats the problem

Link to comment
Share on other sites

But how can the images be broken for the ssl site but not the unsecure site. I think the paths are okay, because the images show up in my regular site. but its the ssl secure site thats the problem

 

 

Ok .. copy the link for the standard site and post it here.

 

ALSO copy the link for the same image on the SSL site and post it here under the other.

 

By this I mean right click on the image (or missing image) .. choose properties then copy the "location"

Link to comment
Share on other sites

Ok .. copy the link for the standard site and post it here.

 

ALSO copy the link for the same image on the SSL site and post it here under the other.

 

By this I mean right click on the image (or missing image) .. choose properties then copy the "location"

 

 

Standard site

http://thevaluecafe.com/shoppingcart/images/oscommerce.gif

 

Secure site (broken)

https://secure211.hostgator.com/~eparker5/s.../oscommerce.gif

 

 

I guess im not understanding about how the paths can be different, when the main site is the same, and the directory/path where the images are located in, should be the same for both the standard and ssl site

Link to comment
Share on other sites

Ok .. copy the link for the standard site and post it here.

 

ALSO copy the link for the same image on the SSL site and post it here under the other.

 

By this I mean right click on the image (or missing image) .. choose properties then copy the "location"

 

 

Standard site

http://thevaluecafe.com/shoppingcart/images/oscommerce.gif

 

Secure site (broken)

https://secure211.hostgator.com/~eparker5/s.../oscommerce.gif

 

 

I guess im not understanding about how the paths can be different, when the main site is the same, and the directory/path where the images are located in, should be the same for both the standard and ssl site

Link to comment
Share on other sites

So I presume in configure.php you have ..

 

define('HTTPS_SERVER', 'https://secure211.hostgator.com/~eparker5/');

Link to comment
Share on other sites

No wait a minute

 

The link you posted earlier for an SSL image was ..

 

https://secure211.hostgator.com/~eparker5/s.../oscommerce.gif

 

The link I posted was ..

 

https://secure211.hostgator.com/~eparker5/i...imagespizza.jpg

 

See the difference?

 

Checkout your 2 configure.php files and make the changes

 

I recon you have ..

 

define('HTTPS_SERVER', 'https://secure211.hostgator.com/~eparker5/shoppingcart/')

 

Where it should be ..

 

define('HTTPS_SERVER', 'https://secure211.hostgator.com/~eparker5/')

 

Also I mentioned this 3 posts back

Link to comment
Share on other sites

No wait a minute

 

The link you posted earlier for an SSL image was ..

 

https://secure211.hostgator.com/~eparker5/s.../oscommerce.gif

 

The link I posted was ..

 

https://secure211.hostgator.com/~eparker5/i...imagespizza.jpg

 

See the difference?

 

Checkout your 2 configure.php files and make the changes

 

I recon you have ..

 

define('HTTPS_SERVER', 'https://secure211.hostgator.com/~eparker5/shoppingcart/')

 

Where it should be ..

 

define('HTTPS_SERVER', 'https://secure211.hostgator.com/~eparker5/')

 

Also I mentioned this 3 posts back

 

 

Ok, ill give it a try, Thanks

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...