Khaleeka Posted May 4, 2008 Posted May 4, 2008 Hi All, I'm pretty new at working with OSCommerce and so far, haven't had much trouble setting up my site, however... Anytime I try to either log in, create a new account, or access the shopping cart, I get a 404 error: ********************* Not Found The requested URL /create_account.php was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. **************** I'm really miffed and can't figure out what the problem could be. I just spent the last four hours searching for a solution and the ones offered in this forum don't seem to apply to my situation. Here is my config file, but from my eyes, I don't see a problem. If it's an SSL issue though, I may have not picked up on it since I'm not all that experienced in that area. Any help would be appreciated. I'm really discouraged and am about to dump the project in exchange for an eBay store (something I REALLY don't want to do! ( <?php define('HTTP_SERVER', 'http://www.canpath.com'); define('HTTPS_SERVER', 'https://www.canpath.com'); define('ENABLE_SSL', true); define('HTTP_COOKIE_DOMAIN', 'canpath.com'); define('HTTPS_COOKIE_DOMAIN', 'www.canpath.com'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); define('DIR_WS_HTTP_CATALOG', '/'); 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/'); define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/'); define('DIR_FS_CATALOG', '/home/xxxxxx/public_html/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); define('DB_SERVER', 'localhost'); define('DB_SERVER_USERNAME', 'xxxxxxxx'); define('DB_SERVER_PASSWORD', 'xxxxxxx'); define('DB_DATABASE', 'xxxxxxxx'); define('USE_PCONNECT', 'false'); define('STORE_SESSIONS', 'mysql'); ?>
germ Posted May 4, 2008 Posted May 4, 2008 If you haven't purchased/installed a SSL certificate, use this setting until you do: define('ENABLE_SSL', false); If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
germ Posted May 4, 2008 Posted May 4, 2008 And it looks like you may need to login to your Admin, Click on Configuration, and on that page set "Use Search-Engine Friendly URL's (still in development)" to false, then save it. That should stop the "Product not found!" errors... :blush: If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
Recommended Posts
Archived
This topic is now archived and is closed to further replies.