osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

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 ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v1.7 Forums > osCMax v1.7 Installation

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 01-20-2004, 08:05 PM
Lurker
 
Join Date: Dec 2002
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
thesoapman
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
  #2  
Old 01-21-2004, 07:52 AM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 11,092
Thanks: 81
Thanked 348 Times in 327 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default

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


  • osCMax Templates - Hundreds of premium quality templates designed for osCMax 2. Loyalty discounts up to 30% off!
    Each purchase supports the osCMax project with much needed funds!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. Default multi server configuration for exceptional performance!

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 01-21-2004, 12:06 PM
Anonymous
Guest
 
Posts: n/a
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
  ?>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 01-21-2004, 12:44 PM
jpf's Avatar
jpf jpf is offline
Moderator

 
Join Date: Sep 2003
Location: Manitoba, Canada
Posts: 1,808
Thanks: 5
Thanked 105 Times in 91 Posts
Rep Power: 12
jpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to all
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....
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

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


All times are GMT -8. The time now is 04:29 PM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax