Announcement

Collapse
No announcement yet.

SSL Images

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    SSL Images

    I'm having a nightmare of a problem with images on SSL on the checkout pages.

    It is a shared ssl provided by the host

    Basically the paths are wrong.

    However I'm not using hardcoded images.

    eg for the logo I have
    <img
    src="<actinic:variable name="CompanyLogoFileName" />"
    width="520px"
    height="100px"
    alt="<actinic:variable name="StoreName" />"
    class="logoimage" />

    Works fine non SSL, and fine on web pages, but doesn't work on SSL on catalogue pages.

    Site is here: www.miriamsfancydress.co.uk
    and the SSL site is here:

    https://web146.secure-secure.co.uk/m...ncydress.co.uk

    Despite it looking like two locations it is one location on a different url. Same cgi bin, same acatalog folder etc. Except when in checkout pages for some reason Actinic gets the image paths wrong.

    #2
    You rSSL link above dgives a 404 error.

    Double check that your SSL network settings are correct.

    Comment


      #3
      Sorry

      Typo in forum post not actinic programme

      Link should be https://web146.secure-secure.co.uk/m...cydress.co.uk/

      The website on https:// works until you his the checkout page.

      Comment


        #4
        Post your network settings without usernames and passwords

        Comment


          #5
          Standard:
          Catalog URL: http://www.miriamsfancydress.co.uk/acatalog/
          CGI_BIN URL: http://www.miriamsfancydress.co.uk/cgi-bin/
          Codebase: ./
          Path from CGI-BIN to Online Store Folder: ../public_html/acatalog/
          Server Host: IP address here
          Username:
          Password:
          Path to CGI-BIN: /cgi-bin/
          Path fro CGI-BIN (blank)

          SSL is same except:

          Catalog URL: https://web146.secure-secure.co.uk/m...cydress.co.uk/
          CGI_BIN URL: https://web146.secure-secure.co.uk/m...co.uk/cgi-bin/

          Comment


            #6
            Also getting this on test of ssl but don't know why

            Your Catalog URL appears to be invalid. The files uploaded to the given 'Path from cgi-bin to online store folder', can not be downloaded via the browser on the given Catalog URL. These two access routes don't point to the same destination on the server.

            Comment


              #7
              All seems to work until I enable SSL

              The SSL url is mapped exactly to the domain name so all settings should be the same.


              Directory structure is

              /cgi-bin/
              /public-html/acatalog



              Anyone help please? Driving me nuts?

              Comment


                #8
                Have you tried changing this:
                Code:
                Catalog URL: https://web146.secure-secure.co.uk/miriamsfancydress.co.uk/
                to this:
                Code:
                Catalog URL: https://web146.secure-secure.co.uk/miriamsfancydress.co.uk/acatalog/

                Comment


                  #9
                  Someone buy that man a pint

                  I've been starring at that for two days and didn't see that part missing.

                  It tested without errors now so will now test the site.

                  Thank you

                  Comment

                  Working...
                  X