iamkim Posted August 10, 2004 Posted August 10, 2004 I'm getting a page not found error message when I click on the "my account" link (from http://www.mysterybookworld.com/catalog/ )...but the page is where it's supposed to be...any clue? https://www.mysterybookworld.com/catalog/account.php so many problems...after 3 days spent trying to set this up I'm beginning to think it's all a waste of time. Can anyone offer me any suggestions? Thanks Kim Building the web - One Site at A Time
Guest Posted August 10, 2004 Posted August 10, 2004 Do you have a ssl certificate install? If not in both catalog and admin/includes/configure.php change enable ssl from true to false The_Bear
iamkim Posted August 10, 2004 Author Posted August 10, 2004 Thanks Bear...for your quick response. I can't seem to find where you enable ssl from true to false. I opened the configure.php file, but it's still not clear to me where I can do this. Building the web - One Site at A Time
Guest Posted August 10, 2004 Posted August 10, 2004 From this define('ENABLE_SSL', true); // secure webserver for checkout procedure? To this define('ENABLE_SSL', false); // secure webserver for checkout procedure? The_Bear
iamkim Posted August 10, 2004 Author Posted August 10, 2004 duh...! Thanks... that made it pretty easy to find. I changed it in both places, but I'm still getting page not found. even when I manually remove the s in https. Building the web - One Site at A Time
AlanR Posted August 10, 2004 Posted August 10, 2004 duh...! Thanks... that made it pretty easy to find. I changed it in both places, but I'm still getting page not found. even when I manually remove the s in https. Look for a second configure.php file in catalog/includes/local Rename or delete that file after checking to make sure that includes/configure.php has all the correct info. Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)
iamkim Posted August 10, 2004 Author Posted August 10, 2004 THANKS!!! it'd help if I uploaded the correct file(s)!!! Building the web - One Site at A Time
Recommended Posts
Archived
This topic is now archived and is closed to further replies.