Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16
  1. #11
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: shared ssl and links

    The relative links would be set one way in your Zen Cart header and another way in your root header ...

    You are at different levels of the directory tree and what works in one does not work in another ...

    You have to look at each header separately ...

    The Zen Cart shop header could probably use:
    Code:
    <a href="/Articles/index.html">ARTICLES</a>
    That takes you to the root, then looks for the directory /Articles and then runs the index.html in it ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  2. #12
    Join Date
    Feb 2006
    Location
    NM
    Posts
    750
    Plugin Contributions
    1

    Default Re: shared ssl and links

    It does that on the unsecured pages in zencart but not on the secured. Am I missing something obvious?

  3. #13
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: shared ssl and links

    Do you have 1 directory for everything or do you have a separate directory for secure files?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  4. #14
    Join Date
    Feb 2006
    Location
    NM
    Posts
    750
    Plugin Contributions
    1

    Default Re: shared ssl and links

    I'm not sure what you mean...i think one directory for everything. The default set up is zen's...i only changed the tpl_header file

  5. #15
    Join Date
    Feb 2006
    Location
    NM
    Posts
    750
    Plugin Contributions
    1

    help question Re: shared ssl and links

    Can anyone help me figure this out? I don't believe my original version 1.3.0.2 worked this way. I'm thinking that the links out from the secure pages are somehow not accessing the correct code in the configure file. I'm sorry I'm not brainier about this but if zencart is for everyone, even me, then please help. I think it is not going to the top of my webspace. have I done this incorrectly? If the https_catalog is /shop/ then why is the ssl info going in front of the relative links instead of the url?

    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.mysite.com);
      define('HTTPS_SERVER', 'https://www##.ssldomain.com/username');
    
      // 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', '/shop/');
      define('DIR_WS_HTTPS_CATALOG', '/shop/');

  6. #16
    Join Date
    Feb 2006
    Location
    NM
    Posts
    750
    Plugin Contributions
    1

    help question Re: shared ssl and links

    I'm trying to find the right way to ask this:

    Why is the ssl/username of my shared certificate going in front of my relative links from my secure pages?

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Hostmonster and shared SSL problem
    By GoldBuckle in forum Installing on a Linux/Unix Server
    Replies: 3
    Last Post: 9 Jul 2009, 08:59 PM
  2. Using HostGator and Shared SSL, Secure and Unsecure Items?
    By daxxruckus in forum Basic Configuration
    Replies: 14
    Last Post: 30 Dec 2008, 08:01 AM
  3. Shared SSL and Subdomain
    By TecBrat in forum Installing on a Linux/Unix Server
    Replies: 5
    Last Post: 12 Nov 2008, 08:53 PM
  4. Shared SSL and JROX
    By aalm in forum General Questions
    Replies: 4
    Last Post: 23 Oct 2008, 09:37 PM
  5. Shared SSL issue and Plesk
    By pcmt in forum Installing on a Linux/Unix Server
    Replies: 15
    Last Post: 14 Aug 2006, 07:52 PM

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