Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,428
    Plugin Contributions
    3

    Default Images added via FCKeditor not appearing on secure pages

    ZenCart v 1.3.8a - Installed a week or so ago
    FCKEditor plugin 2.6

    Ok here is the problem I am on a shared server with a shared security certificate, on my main page

    http://jakonappies.com/index.php

    the images are visible when on the http server however when it goes to the secure server

    https://secure6.websiteservices.co.n...napp/index.php

    The images dissappear,

    now when i click on the missing images on view the images URL it appears as

    https://secure6.websiteservices.co.n...mage/baby1.jpg

    obviously the "/~jakonapp" section is missing and i have no idea why

    Now i know you are probably going to ask me for the following so here it is

    /*************** The 2 files should be kept separate and not used to overwrite each other. ***********/

    // Define the webserver and path parameters
    // HTTP_SERVER is your Main webserver: eg, http://www.yourdomain.com
    // HTTPS_SERVER is your Secure webserver: eg, https://www.yourdomain.com
    define('HTTP_SERVER', 'http://jakonappies.com');
    define('HTTPS_SERVER', 'https://secure6.websiteservices.co.nz/~jakonapp');

    // 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', '/');


    Any help would be appreciated as i am stumped
    Last edited by nigelt74; 11 Jul 2009 at 04:08 AM. Reason: Put link in wrong

  2. #2
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,428
    Plugin Contributions
    3

    Default Re: Images added via FCKeditor not appearing on secure pages

    Any ideas as I still haven't figured it out

  3. #3
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,428
    Plugin Contributions
    3

    Default Re: Images added via FCKeditor not appearing on secure pages

    Ok while in FCKeditor, if i do a view source and remove the "/" from the beginning of "/myfiles/image/baby1.jpg" the image will appear on the secure page, however it appears as broken in FCKeditor, which isn't great

 

 

Similar Threads

  1. Secure Pages Stripping out Images
    By spiralmedia in forum General Questions
    Replies: 9
    Last Post: 20 Nov 2008, 11:09 PM
  2. Is it possible to have my images show on secure pages (SSL)
    By sfklaas in forum General Questions
    Replies: 2
    Last Post: 30 Apr 2008, 03:55 PM
  3. fckeditor, other modules not appearing
    By craigwilcox in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 20 Sep 2007, 05:42 PM
  4. 2 favicons on one site [one on secure pages and a different one on non-secure pages]
    By dharma in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 15 Feb 2007, 03:00 AM

Bookmarks

Posting Permissions

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