Thread: Pages Not Found

Results 1 to 4 of 4
  1. #1
    Join Date
    Nov 2006
    Posts
    27
    Plugin Contributions
    0

    Default 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
    "He who fights too long against dragons becomes a dragon himself; and if you gaze too long into the abyss, the abyss will gaze into you." - Friedrich Nietzsche

  2. #2
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: Pages Not Found

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

    https://63.135.117.179/ZenCart/index...ain_page=login
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  3. #3
    Join Date
    Nov 2006
    Posts
    27
    Plugin Contributions
    0

    Default 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?
    "He who fights too long against dragons becomes a dragon himself; and if you gaze too long into the abyss, the abyss will gaze into you." - Friedrich Nietzsche

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Pages Not Found

    Kim has pointed out that your configure.php files are pointing this to an IP address:
    Quote Originally Posted by 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

    Code:
    // 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');
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. v139g ez Pages not working and inks showing PAGE NOT FOUND
    By irishshopper in forum Basic Configuration
    Replies: 5
    Last Post: 18 Jun 2012, 07:21 PM
  2. v150 EZ Pages pointing to Page not found
    By Steverino in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 22 Mar 2012, 06:22 PM
  3. Replies: 6
    Last Post: 2 Aug 2009, 06:33 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg