Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

page not found?


iamkim

Recommended Posts

Posted

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

Posted

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

Posted

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

Posted

From this

define('ENABLE_SSL', true); // secure webserver for checkout procedure?

To this

define('ENABLE_SSL', false); // secure webserver for checkout procedure?

 

The_Bear

Posted

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

Posted
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)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...