Jump to content

Pictures not showing under SSL address


Guest murkington

Recommended Posts

Guest murkington

I recently purchased SSL security with my hosting company. Here are two links for my cart with and without SSL

Without SSL: http://www.goldenfuelsystems.com/cart

With SSL: https://dprhensim84.doteasy.com/~admin90/cart

Notice that my cart with the SSL address doesn't show the product pictures or the sub category thumbnails.

So, does anyone have any experience with this problem? Based off of this problem, I need to find some way in order to change the path for all the images so they will be secured and are able to display under the secure address.

Any help?

Thanks in advance,

Matt

Link to comment
Share on other sites

I recently purchased SSL security with my hosting company. Here are two links for my cart with and without SSL

Without SSL: http://www.goldenfuelsystems.com/cart

With SSL: https://dprhensim84.doteasy.com/~admin90/cart

Notice that my cart with the SSL address doesn't show the product pictures or the sub category thumbnails.

So, does anyone have any experience with this problem? Based off of this problem, I need to find some way in order to change the path for all the images so they will be secured and are able to display under the secure address.

Any help?

Thanks in advance,

Matt

What is your Root SECURE Public HTML Folder to store? Its supposed to be /~admin90/cart/, your one is /var/www/html/cart/.

Link to comment
Share on other sites

Guest murkington

Convict, thank you for pointing that out, I got it fixed. However, I still have some snags..

When you go to the shopping cart home, www.goldenfuelsystems.com/cart, it shows as normal, then when you click to register, it successfully redirects the site to show under the shared SSL address. This is exactly how it's suppose to work, however, when you click on any other link to leave the registration, like SHOPPING HOME, Returns, Terms & Conditions or Warranty, it throws a 404 error.

How do I then get CC to only recognize the information sensitive pages as SSL and normal product/information pages to be shown as normal without the SSL?

Do I have this backwards?

Thanks,

Matt

I recently purchased SSL security with my hosting company. Here are two links for my cart with and without SSL

Without SSL: http://www.goldenfuelsystems.com/cart

With SSL: https://dprhensim84.doteasy.com/~admin90/cart

Notice that my cart with the SSL address doesn't show the product pictures or the sub category thumbnails.

So, does anyone have any experience with this problem? Based off of this problem, I need to find some way in order to change the path for all the images so they will be secured and are able to display under the secure address.

Any help?

Thanks in advance,

Matt

What is your Root SECURE Public HTML Folder to store? Its supposed to be /~admin90/cart/, your one is /var/www/html/cart/.

Link to comment
Share on other sites

This is exactly how it's suppose to work, however, when you click on any other link to leave the registration, like SHOPPING HOME, Returns, Terms & Conditions or Warranty, it throws a 404 error.

How do I then get CC to only recognize the information sensitive pages as SSL and normal product/information pages to be shown as normal without the SSL?

Well the 404 error is a result this feature is built in - reditects to NON SSL page but wrong URL.

Post values of following variables"

$glob['rootDir']

$glob['rootRel']

$glob['storeURL']

Link to comment
Share on other sites

Guest murkington

Would that be:

$glob['/var/www/html/cart']

$glob['/cart/']

$glob['http://www.goldenfuelsystems.com/cart']

This is exactly how it's suppose to work, however, when you click on any other link to leave the registration, like SHOPPING HOME, Returns, Terms & Conditions or Warranty, it throws a 404 error.

How do I then get CC to only recognize the information sensitive pages as SSL and normal product/information pages to be shown as normal without the SSL?

Well the 404 error is a result this feature is built in - reditects to NON SSL page but wrong URL.

Post values of following variables"

$glob['rootDir']

$glob['rootRel']

$glob['storeURL']

Link to comment
Share on other sites

Guest murkington

This method would work, however, when I would select an item to go in the shopping cart then try to view cart, it would say that there weren't any items in the basket, even when the screen before said it did. Hmmmmm.... any suggestions?

Thanks for your help so far

$glob['http://www.goldenfuelsystems.com/cart']

Try changing to

$glob['http://goldenfuelsystems.com/cart']

Link to comment
Share on other sites

  • 4 years later...
Guest Bernard Fenley

I found this quite relevant in my case as it happens to my website, http://www.greenmyfleet.com/shop.html . However, it does not come along with such difficulties. Some times it cause by misconfiguration of your cart functionalities. So, I strongly suggest to check first your settings under admin tab and see if they are all correct before resorting to coding language.

Regards,

Bernard

Link to comment
Share on other sites

Join the conversation

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

Guest
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...