Zen Cart Logo
Forums / General Questions / Pages Not Found

Pages Not Found

Locked

Views: 979

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
09 Dec 2006, 00:29
#1
cemeterywinter avatar

cemeterywinter

New Zenner

Join Date:
Nov 2006
Posts:
27
Plugin Contributions:
0

Pages Not Found

I'm not sure what I've got configured wrong or if I have files in the wrong places but I can't get to a login page or the checkout for my shopping cart. Is this something that I have set up wrong in my configure.php? My shop is:

http://www.fairhavenmemorial.com/zencart

11 Dec 2006, 19:01
#3
cemeterywinter avatar

cemeterywinter

New Zenner

Join Date:
Nov 2006
Posts:
27
Plugin Contributions:
0

Re: Pages Not Found

I changed the configure.php to our domain name but I still get a page not found. I think I must not have the pages in the right folders but I'm not sure where they should be. Is there something in the FAQs or the wiki that addresses where the folders and files should be? Perhaps an example somewhere that I can check against my file structure?

11 Dec 2006, 19:31
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Pages Not Found

Kim has pointed out that your configure.php files are pointing this to an IP address:

Kim:

Problem is your configure files are still pointing to an IP -

https://63.135.117.179/zencart

and this should be the url that your SSL Certificate was issued to i.e.

fairhavenmemorial.com or possibly www.fairhavenmemorial.com

Check your configure.php files and insure that the domain name that the Certificate was issued to is referenced properly like

// Define the webserver and path parameters
  // HTTP_SERVER is your Main webserver: eg, http://www.yourdomain.com
  // HTTPS_SERVER is your Secure webserver: eg, https://www.yourdomain.com
  define('HTTP_SERVER', 'http://www.fairhavenmemorial.com');
  define('HTTPS_SERVER', 'https://www.fairhavenmemorial.com');