Page 1 of 3 123 LastLast
Results 1 to 10 of 21
  1. #1
    Join Date
    Jul 2009
    Posts
    495
    Plugin Contributions
    0

    Default SSL help Again :(

    Dear Michael,

    Thank you for contacting us on the 15th December 2009.

    Please change all the image links to https before replying back to this ticket.

    If we can be of any further help with regard to this or any other matter, please do not hesitate to contact us.
    Kind Regards

    iv already explained to them that im using zen cart and it auto changes the image links to https, but it doesn't seem to be doing this and the stupid hosts dont seem to understand this. anybody know what i can tell my hosting to do to fix this?
    or anything i can do my side to get all images as HTTPS even on http page...but yet normal browsing is still a HTTP page....
    i may not know how yet, but i soon will....i hope :)

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: SSL help Again :(

    They're probably right. Any time you have images on a secured page, use a relative rather than an absolute path (../images/image.jpg).

  3. #3
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,252
    Plugin Contributions
    59

    Default Re: SSL help Again :(

    I do not think the images and such are the issue

    Code:
    <base href="http://www.prservicesyorkshire.com/" />
    Your Zen Cart configure files are probably not configured correctly.

    https://www.zen-cart.com/tutorials/index.php?article=14

    ~Melanie
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

  4. #4
    Join Date
    Jul 2009
    Posts
    495
    Plugin Contributions
    0

    Default Re: SSL help Again :(

    Quote Originally Posted by mprough View Post
    I do not think the images and such are the issue

    Code:
    <base href="http://www.prservicesyorkshire.com/" />
    Your Zen Cart configure files are probably not configured correctly.

    https://www.zen-cart.com/tutorials/index.php?article=14

    ~Melanie
    iv gone through that tutorial though Mprough and re-configured my files several times
    still the same problem
    i may not know how yet, but i soon will....i hope :)

  5. #5
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: SSL help Again :(

    Who is the host?
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  6. #6
    Join Date
    Jul 2009
    Posts
    495
    Plugin Contributions
    0

    Default Re: SSL help Again :(

    Quote Originally Posted by spid3r1987 View Post
    iv gone through that tutorial though Mprough and re-configured my files several times
    still the same problem
    Code:
    // Define the webserver and path parameters
      // HTTP_SERVER is your Main webserver: eg-http://www.your_domain.com
      // HTTPS_SERVER is your Secure webserver: eg-https://www.your_domain.com
      define('HTTP_SERVER', 'http://www.prservicesyorkshire.com');
      define('HTTPS_SERVER', 'https://www.prservicesyorkshire.com');
    
      // Use secure webserver for checkout procedure?
      define('ENABLE_SSL', 'true');
    
    // NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
    // * DIR_WS_* = Webserver directories (virtual/URL)
      // these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
    define('DIR_WS_CATALOG', '/');
    define('DIR_WS_HTTPS_CATALOG', '/');
    // define('DIR_WS_CATALOG', '/<hostingroot>/prservicesyorkshire.com/public_html/');
    // define('DIR_WS_HTTPS_CATALOG', '/<hostingroot>/prservicesyorkshire.com/public_html/');
    
      define('DIR_WS_IMAGES', 'images/');
      define('DIR_WS_INCLUDES', 'includes/');
      define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
      define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
      define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
      define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
      define('DIR_WS_DOWNLOAD_PUBLIC', DIR_WS_CATALOG . 'pub/');
      define('DIR_WS_TEMPLATES', DIR_WS_INCLUDES . 'templates/');
    
      define('DIR_WS_PHPBB', '/');
    
    // * DIR_FS_* = Filesystem directories (local/physical)
      //the following path is a COMPLETE path to your Zen Cart files. eg: /var/www/vhost/accountname/public_html/store/
      define('DIR_FS_CATALOG', '/<hostingroot>/prservicesyorkshire.com/public_html/');
    
      define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
      define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');
      define('DIR_WS_UPLOADS', DIR_WS_IMAGES . 'uploads/');
      define('DIR_FS_UPLOADS', DIR_FS_CATALOG . DIR_WS_UPLOADS);
      define('DIR_FS_EMAIL_TEMPLATES', DIR_FS_CATALOG . 'email/');
    i may not know how yet, but i soon will....i hope :)

  7. #7
    Join Date
    Jul 2009
    Posts
    495
    Plugin Contributions
    0

    Default Re: SSL help Again :(

    Quote Originally Posted by Kim View Post
    Who is the host?
    its 123 reg...
    and their support team is absolutely RUBBISH
    i may not know how yet, but i soon will....i hope :)

  8. #8
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,252
    Plugin Contributions
    59

    Default Re: SSL help Again :(

    You need your real root in these spots


    Code:
    // define('DIR_WS_HTTPS_CATALOG', '/<hostingroot>/prservicesyorkshire.com/public_html/');
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

  9. #9
    Join Date
    Jul 2009
    Posts
    495
    Plugin Contributions
    0

    Default Re: SSL help Again :(

    Quote Originally Posted by mprough View Post
    You need your real root in these spots


    Code:
    // define('DIR_WS_HTTPS_CATALOG', '/<hostingroot>/prservicesyorkshire.com/public_html/');
    ok changed my define('DIR_WS_HTTPS_CATALOG') to the full hosting root, in my config file it just had 2 //'s infront of 2 lines so i removed the // and put // on the dr_ws_https that didn't have a "hosting root" just a /
    Code:
    // define('DIR_WS_CATALOG', '/');
    // define('DIR_WS_HTTPS_CATALOG', '/');
    define('DIR_WS_CATALOG', '/<hostingroot>/prservicesyorkshire.com/public_html/');
    define('DIR_WS_HTTPS_CATALOG', '/<hostingroot>/prservicesyorkshire.com/public_html/');
    is this correct?
    i may not know how yet, but i soon will....i hope :)

  10. #10
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,252
    Plugin Contributions
    59

    Default Re: SSL help Again :(

    So these read something like /home/ or /var/ etc?

    /<hostingroot>/prservicesyorkshire.com/public_html/


    The base is still

    <base href="http://www.prservicesyorkshire.com/" />


    on your SSL pages

    ~Melanie
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

 

 
Page 1 of 3 123 LastLast

Similar Threads

  1. URGENT: Customers are being forced to log in again and again
    By dmm2020 in forum General Questions
    Replies: 26
    Last Post: 23 Feb 2009, 01:05 AM
  2. help again
    By padrinwolf in forum Upgrading from 1.3.x to 1.3.9
    Replies: 2
    Last Post: 30 Oct 2008, 06:36 AM
  3. SSL...Again
    By Names in forum General Questions
    Replies: 2
    Last Post: 12 May 2007, 02:53 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg