Guest Posted March 20, 2004 Share Posted March 20, 2004 Hello everyone! After moving my catalog to base directory to eliminate /store from my www. address the log in and create new account no longer work and return: Internal Server Error File not found. I downloaded entire /store directory and then uploaded the contents of /store directory so address is now www.mystore.com instead of www.mystore.com/store is this a file permissions errror or something else any help on this matter would be most apperciated. THANK YOU! Link to comment Share on other sites More sharing options...
241 Posted March 20, 2004 Share Posted March 20, 2004 did you also change the paths in catalog/includes/configure.php and admin/includes/configure.php to reflect the changes that you have made No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes. Link to comment Share on other sites More sharing options...
Guest Posted March 21, 2004 Share Posted March 21, 2004 Steve I am not sure if i edited the right paths here is a copy of the /includes/configure.php file<?php /* osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 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.linuxdist.com'); // ****** eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://sumatra.globat.com/~linuxdist.com'); // ****** eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('DIR_WS_CATALOG', '/httpdocs/'); // ****** absolute path required 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/'); define('DIR_WS_DOWNLOAD_PUBLIC', DIR_WS_CATALOG . 'pub/'); define('DIR_FS_DOCUMENT_ROOT', '/usr/local/psa/home/vhosts/linuxdist.com/httpdocs'); // ****** define('DIR_FS_CATALOG', '/usr/local/psa/home/vhosts/linuxdist.com/httpdocs/'); // ****** define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); // define our database connection define('DB_SERVER', 'localhost'); // ****** eg, localhost - should not be empty for productive servers define('DB_SERVER_USERNAME', 'uname'); // ****** define('DB_SERVER_PASSWORD', 'pass'); // ****** define('DB_DATABASE', 'mystore'); // ****** define('USE_PCONNECT', 'false'); // use persistent connections? define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql' ?> if this one is correct should the /admin/includes/configure.php be an exact copy of this one? Once again that you for your help! Link to comment Share on other sites More sharing options...
user99999999 Posted March 21, 2004 Share Posted March 21, 2004 You must have one of those servers with seperate SSL directory. You can see this one still works https://sumatra.globat.com/~linuxdist.com/store/default.php And this file is not there. https://sumatra.globat.com/~linuxdist.com/default.php Link to comment Share on other sites More sharing options...
Guest Posted March 21, 2004 Share Posted March 21, 2004 You must have one of those servers with seperate SSL directory. You can see this one still works https://sumatra.globat.com/~linuxdist.com/store/default.php And this file is not there. https://sumatra.globat.com/~linuxdist.com/default.php You must have one of those servers with seperate SSL directory Yes I am any suggestion on how to get my log in and create account working with SSL directory? Link to comment Share on other sites More sharing options...
user99999999 Posted March 21, 2004 Share Posted March 21, 2004 Yes I am any suggestion on how to get my log in and create account working with SSL directory? This is something you need to ask your hosting company. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.