gman Posted May 16, 2007 Share Posted May 16, 2007 Need help. It has been a while since I made some changes, but just now since going live, notice that link to forgotten password gives me an error, takes me to a blank page with error...... Not Found The requested URL /store/index.php was not found on this server. Apache/1.3.35 Server at securehostaddress.com Port 443 and, this is the URL that it takes me to that gives me the error: https://securehostaddress.com/store/index.p...ba6e82ecbbc8492 If i need to post more information of a file content, i will be glad to do so, just please tell me what i need to do to fix this problem. My store is at www.decorativemerchandise.com/ Thanks in advance, guys and gals. http://www.oscommerce.com/forums/style_images/...icons/icon9.gif Bill Guillermo Huapaya Jr www.decorativemerchandise.com [email protected] Link to comment Share on other sites More sharing options...
Guest Posted May 16, 2007 Share Posted May 16, 2007 you should check your configure.php files. The server,domains,paths seem incorrect. All your secure pages give a 404. Link to comment Share on other sites More sharing options...
gman Posted May 16, 2007 Author Share Posted May 16, 2007 you should check your configure.php files. The server,domains,paths seem incorrect. All your secure pages give a 404. All seems ok in my config. Here is my config file, with some exceptions for security reasons: <?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://64.176.14.193'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://secure.webserver.com'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', '64.176.14.193'); define('HTTPS_COOKIE_DOMAIN', 'secure.webserver.com/decorativemerchandise'); define('HTTP_COOKIE_PATH', '/store/'); define('HTTPS_COOKIE_PATH', '/store/'); define('DIR_WS_HTTP_CATALOG', '/store/'); define('DIR_WS_HTTPS_CATALOG', '/decorativemerchandise/store/'); 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', 'pub/'); define('DIR_FS_CATALOG', '/home/username/decorativemerchandise-www/store/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); // define our database connection define('DB_SERVER', '64.176.14.193'); // eg, localhost - should not be empty for productive servers define('DB_SERVER_USERNAME', 'username'); define('DB_SERVER_PASSWORD', 'password'); define('DB_DATABASE', 'database_name'); define('USE_PCONNECT', 'false'); // use persistent connections? define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' ?> Can you spot the problem? Bill Guillermo Huapaya Jr www.decorativemerchandise.com [email protected] Link to comment Share on other sites More sharing options...
gman Posted May 16, 2007 Author Share Posted May 16, 2007 Tried the forgotten password link. That one works now. When i click on the SIGN IN button, it takes me to the error page as named above. And when i hit the browser back button, it shows me as signed in already, with the greeting and my name showing!!!!!!! Still, i don't know why i get the error, i reviewed the config.php file and can't seem to figure it out (see previous post). If someone can provide me with info as to how to fix this on my LIVE STORE, please, help me...... Thanks. Bill Guillermo Huapaya Jr www.decorativemerchandise.com [email protected] Link to comment Share on other sites More sharing options...
Guest Posted May 16, 2007 Share Posted May 16, 2007 Can you spot the problem? if the your store is www.decorativemerchandise.com why you're using an ip? (64.176.14.193) and why the secure server/domains don't point to host12.webserver1010.com if that is the secure server. Also check if your host needs diffeent folders for secure non-secure pages. Link to comment Share on other sites More sharing options...
gman Posted May 16, 2007 Author Share Posted May 16, 2007 Enigma 1 thanks for trying to help. I appreciate it very much. if the your store is www.decorativemerchandise.com why you're using an ip? (64.176.14.193) FIXED in configure.php to point to decorativemerchandise.com and why the secure server/domains don't point to host12.webserver1010.com if that is the secure server. the https_server is pointing to https://host12.webserver1010.com, the secure server. the login page shows the correct path to the https server, it's just the SIGN IN button in the log in page, for any registered user wishing to sign in, that it gives the error. Also check if your host needs diffeent folders for secure non-secure pages. no. separate folders not used. Guillermo Huapaya Jr www.decorativemerchandise.com [email protected] Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.