Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2004
    Posts
    113
    Plugin Contributions
    0

    Default configure.php paths - sanity check please

    I have a new install that's giving me "500 Internal Server Error" messages (nothing in the PHP logs) and I'd like to start by having someone check some of my path settings. I don't have a public_html level, the root dir I see via FTP is my main page contents as '/'.

    /store/includes/configure.php:
    define('HTTP_SERVER', 'http://www.MyDomain.com');
    define('HTTPS_SERVER', 'https://protected.MyISP.com/MyDirAtISP/store');
    // Use secure webserver for checkout procedure?
    define('ENABLE_SSL', 'false');
    I'm thinking the "/store" is incorrect there? I have SSL off so that shouldn't be causing my current problems, and when I add (shared) SSL I don't want the entire site to be secure, just the store (and perhaps store/admin).

    Here are the WS settings:
    define('DIR_WS_CATALOG', '/store/');
    define('DIR_WS_HTTPS_CATALOG', '/store/');

    /store/admin/includes/configure.php:
    define('HTTP_SERVER', 'http://www.MyDomain.com');
    define('HTTPS_SERVER', 'https://protected.MyISP.com/MyDirAtISP/store');
    define('HTTP_CATALOG_SERVER', 'http://www.MyDomain.com');
    define('HTTPS_CATALOG_SERVER', 'https://protected.MyISP.com/MyDirAtISP/store');
    Again, I'm thinking the "/store" part of the path is incorrect.

    And the admin WS settings:
    define('DIR_WS_ADMIN', '/store/admin/');
    define('DIR_WS_CATALOG', '/store/');
    define('DIR_WS_HTTPS_ADMIN', '/store/admin/');
    define('DIR_WS_HTTPS_CATALOG', '/store/');
    I believe these are correct.

    Thanks!

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

    Default Re: configure.php paths - sanity check please

    define('HTTPS_CATALOG_SERVER', 'https://protected.MyISP.com/MyDirAtISP/store');
    Again, I'm thinking the "/store" part of the path is incorrect.
    You are correct. Remove the /store from the HTTPS paths.
    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.

 

 

Similar Threads

  1. v139h Server move & upgrade - sanity check please
    By bigplaywebguy in forum Upgrading to 1.5.x
    Replies: 3
    Last Post: 3 Feb 2012, 07:27 PM
  2. Sanity Check categoty sidebox...
    By stevefriedman71 in forum Upgrading from 1.3.x to 1.3.9
    Replies: 9
    Last Post: 6 Feb 2011, 09:10 PM
  3. Taking existing site from 1.3.8a to 1.3.9h - sanity check please
    By bigplaywebguy in forum Upgrading from 1.3.x to 1.3.9
    Replies: 5
    Last Post: 3 Feb 2011, 05:15 PM
  4. defining paths and data base info in configure.php
    By nomad in forum Installing on a Linux/Unix Server
    Replies: 2
    Last Post: 23 Jan 2011, 04:50 AM
  5. Configure.php, paths. Store down after installing SSL
    By Monica79 in forum General Questions
    Replies: 8
    Last Post: 6 Apr 2007, 10:38 PM

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