Results 1 to 4 of 4

Broken links after install

This is a discussion on Broken links after install within the osCMax v1.7 Installation forums, part of the osCmax v1.7 Forums category; I install ms2max on my server in a folder called ms2max. My "create an account" and "log yourself" in links ...

      
  1. #1
    Lurker
    Join Date
    Dec 2002
    Posts
    1
    Rep Power
    0


    Default Broken links after install

    I install ms2max on my server in a folder called ms2max. My "create an account" and "log yourself" in links are like this;
    https://puresoap.authsecure.com/login.php when they sould be like this;
    https://puresoap.authsecure.com/ms2max/login.php. I tried changing the https variable in includes/configure.php to;
    https://puresoap.authsecure.com/ms2max/ instead of;
    https://puresoap.authsecure.com/ but that did not work. Can someone tell me how to correct this? Thanks.

  2. #2
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,501
    Rep Power
    567


    Default

    thesoapman, put the /ms2max in the DIR_WS_CATALOG line.
    Michael Sasek
    osCMax Developer


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    Stay Up To Date with everything osCMax:
    Free osCMax Newsletters - Security notices, New Releases, osCMax News
    osCMax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  3. #3
    Anonymous
    Guest


    Default

    Quote Originally Posted by msasek
    thesoapman, put the /ms2max in the DIR_WS_CATALOG line.
    That did not work. This is a copy of my config file.
    Code:
    <?php
    /*
      osCommerce, Open Source E-Commerce Solutions
      http://www.oscommerce.com
    
      Copyright (c) 2003 osCommerce
    
      Released under the GNU General Public License
    */
    
    // Define the webserver and path parameters
    // * DIR_FS_* = Filesystem directories (local/physical)
    // * DIR_WS_* = Webserver directories (virtual/URL)
      define('HTTP_SERVER', 'http://www.puresoap.com'); // eg, http://localhost - should not be empty for productive servers
      define('HTTPS_SERVER', 'https://puresoap.authsecure.com'); // eg, https://localhost - should not be empty for productive servers
      define('ENABLE_SSL', true); // secure webserver for checkout procedure?
      define('HTTP_COOKIE_DOMAIN', 'www.puresoap.com');
      define('HTTPS_COOKIE_DOMAIN', 'www.puresoap.com');
      define('HTTP_COOKIE_PATH', '/ms2max/');
      define('HTTPS_COOKIE_PATH', '/ms2max/');
      define('DIR_WS_HTTP_CATALOG', '/ms2max/');
      define('DIR_WS_HTTPS_CATALOG', '/');
      define('DIR_WS_IMAGES', 'images/');
      define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
      define('DIR_WS_INCLUDES', 'includes/');
      define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
      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/');
    
    //Added for BTS1.0
      define('DIR_WS_TEMPLATES', 'templates/');
      define('DIR_WS_CONTENT', DIR_WS_TEMPLATES . 'content/');
      define('DIR_WS_JAVASCRIPT', DIR_WS_INCLUDES . 'javascript/');
    //End BTS1.0
      define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/');
      define('DIR_FS_CATALOG', '/home/puresoap.com/www/puresoap.com/ms2max/');
      define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
      define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');
    
    // define our database connection
      ?>

  4. #4
    jpf
    jpf is offline
    osCMax Testing Team
    jpf's Avatar
    Join Date
    Sep 2003
    Location
    Manitoba, Canada
    Posts
    2,688
    Rep Power
    22


    Default

    Quote Originally Posted by Anonymous
    Code:
      define('HTTP_COOKIE_PATH', '/ms2max/');
      define('HTTPS_COOKIE_PATH', '/ms2max/');
      define('DIR_WS_HTTP_CATALOG', '/ms2max/');
      define('DIR_WS_HTTPS_CATALOG', '/');
    S/B:
    Code:
      define('HTTP_COOKIE_PATH', '/ms2max/');
      define('HTTPS_COOKIE_PATH', '/ms2max/');
      define('DIR_WS_HTTP_CATALOG', '/ms2max/');
      define('DIR_WS_HTTPS_CATALOG', '/ms2max/');
    Notice the last line....

Similar Threads

  1. 2 Problems-New Install: Broken Images/Purchase wo Account
    By puggybelle in forum osCmax v2 Installation issues
    Replies: 2
    Last Post: 10-25-2005, 03:22 PM
  2. All links to images/ are broken
    By Kamenotejin in forum osCmax v2 Installation issues
    Replies: 4
    Last Post: 09-16-2005, 01:58 PM
  3. SSL is broken
    By midwestwebsites in forum osCmax v1.7 Discussion
    Replies: 26
    Last Post: 07-12-2005, 04:47 PM
  4. Broken Products Webpage links
    By enochroot in forum osCommerce 2.2 Installation Help
    Replies: 1
    Last Post: 02-28-2005, 09:18 AM
  5. ALL LINKS BROKEN, Please Help!
    By greg_pdq in forum osCmax v1.7 Discussion
    Replies: 2
    Last Post: 08-25-2004, 01:37 PM

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
  •