Results 1 to 5 of 5
  1. #1
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,674
    Plugin Contributions
    0

    Default Please Help! Configuration isn't set properly.

    I am moving my domain from:

    keaton-art.com/morrisgiftshop.biz/ to www.morrisgiftshop.biz
    When I change it I am still getting this
    keaton-art.com/morrisgiftshop.biz/
    here is the configure.php file for the main.
    Code:
    /**
     * Enter the domain for your store
     * HTTP_SERVER is your Main webserver: eg-http://www.yourdomain.com
     * HTTPS_SERVER is your Secure/SSL webserver: eg-https://www.yourdomain.com
     */
    define('HTTP_SERVER', 'http://www.morrisgiftshop.biz');
    define('HTTPS_SERVER', 'https://www.morrisgiftshop.biz');
    /**
     *  If you want to tell Zen Cart to use your HTTPS URL on sensitive pages like login and checkout, set this to 'true'. Otherwise 'false'. (Keep the quotes)
     */
    define('ENABLE_SSL', '');
    
    /**
     * These DIR_WS_xxxx values refer to the name of any subdirectory in which your store is located.
     * These values get added to the HTTP_CATALOG_SERVER and HTTPS_CATALOG_SERVER values to form the complete URLs to your storefront.
     * They should always start and end with a slash ... ie: '/' or '/foldername/'
     */
    define('DIR_WS_CATALOG', 'http://www.morrisgiftshop.biz');
    define('DIR_WS_HTTPS_CATALOG', 'http://www.morrisgiftshop.biz');
    
    /**
     * This is the complete physical path to your store's files.  eg: /var/www/vhost/accountname/public_html/store/
     * Should have a closing / on it.
     */
    define('DIR_FS_CATALOG', '/xxxxx/xxxxxx/public_html/morrisgiftshop.biz/');

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,970
    Plugin Contributions
    96

    Default Re: Please Help! Configuration isn't set properly.

    You'll need to change a couple of settings in your configure.php files (the admin one will require change, too) and you'll need to get your .htaccess file (or cPanel settings) from redirecting accesses.
    Code:
    /**
     * Enter the domain for your store
     * HTTP_SERVER is your Main webserver: eg-http://www.yourdomain.com
     * HTTPS_SERVER is your Secure/SSL webserver: eg-https://www.yourdomain.com
     */
    define('HTTP_SERVER', 'http://www.morrisgiftshop.biz');
    define('HTTPS_SERVER', 'https://www.morrisgiftshop.biz');
    /**
     *  If you want to tell Zen Cart to use your HTTPS URL on sensitive pages like login and checkout, set this to 'true'. Otherwise 'false'. (Keep the quotes)
     */
    define('ENABLE_SSL', 'true');  //-Set this to 'false' if you don't have an SSL certificate
    
    /**
     * These DIR_WS_xxxx values refer to the name of any subdirectory in which your store is located.
     * These values get added to the HTTP_CATALOG_SERVER and HTTPS_CATALOG_SERVER values to form the complete URLs to your storefront.
     * They should always start and end with a slash ... ie: '/' or '/foldername/'
     */
    define('DIR_WS_CATALOG', '/');
    define('DIR_WS_HTTPS_CATALOG', '/');
    
    /**
     * This is the complete physical path to your store's files.  eg: /var/www/vhost/accountname/public_html/store/
     * Should have a closing / on it.
     */
    define('DIR_FS_CATALOG', '/xxxxx/xxxxxx/public_html/morrisgiftshop.biz/');

  3. #3
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,674
    Plugin Contributions
    0

    Default Re: Please Help! Configuration isn't set properly.

    Quote Originally Posted by lat9 View Post
    You'll need to change a couple of settings in your configure.php files (the admin one will require change, too) and you'll need to get your .htaccess file (or cPanel settings) from redirecting accesses.
    Code:
    /**
     * Enter the domain for your store
     * HTTP_SERVER is your Main webserver: eg-http://www.yourdomain.com
     * HTTPS_SERVER is your Secure/SSL webserver: eg-https://www.yourdomain.com
     */
    define('HTTP_SERVER', 'http://www.morrisgiftshop.biz');
    define('HTTPS_SERVER', 'https://www.morrisgiftshop.biz');
    /**
     *  If you want to tell Zen Cart to use your HTTPS URL on sensitive pages like login and checkout, set this to 'true'. Otherwise 'false'. (Keep the quotes)
     */
    define('ENABLE_SSL', 'true');  //-Set this to 'false' if you don't have an SSL certificate
    
    /**
     * These DIR_WS_xxxx values refer to the name of any subdirectory in which your store is located.
     * These values get added to the HTTP_CATALOG_SERVER and HTTPS_CATALOG_SERVER values to form the complete URLs to your storefront.
     * They should always start and end with a slash ... ie: '/' or '/foldername/'
     */
    define('DIR_WS_CATALOG', '/');
    define('DIR_WS_HTTPS_CATALOG', '/');
    
    /**
     * This is the complete physical path to your store's files.  eg: /var/www/vhost/accountname/public_html/store/
     * Should have a closing / on it.
     */
    define('DIR_FS_CATALOG', '/xxxxx/xxxxxx/public_html/morrisgiftshop.biz/');
    Which .htaccess is it?

  4. #4
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: Please Help! Configuration isn't set properly.

    Quote Originally Posted by mtechama View Post
    Which .htaccess is it?
    Would be the one found at the root of your store
    Code:
    /xxxxx/xxxxxx/public_html/morrisgiftshop.biz/
    or above it, ie:
    Code:
    /xxxxx/xxxxxx/public_html/
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

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

    Default Re: Please Help! Configuration isn't set properly.

    I am moving my domain from:

    keaton-art.com/morrisgiftshop.biz/ to www.morrisgiftshop.biz
    Did you obtain another hosting account for morrisgiftshop.biz??

    If not, and this is an addon domain like in cpanel then you will need to address this entry correctly

    /**
    * This is the complete physical path to your store's files. eg: /var/www/vhost/accountname/public_html/store/
    * Should have a closing / on it.
    */
    define('DIR_FS_CATALOG', '/xxxxx/xxxxxx/public_html/morrisgiftshop.biz/');

 

 

Similar Threads

  1. v151 logoff page isn't redirecting properly
    By Congerman in forum General Questions
    Replies: 57
    Last Post: 29 May 2018, 11:26 AM
  2. My site isn't aligned properly
    By familynow in forum Templates, Stylesheets, Page Layout
    Replies: 22
    Last Post: 9 Nov 2011, 02:02 PM
  3. USPS Shipping Isn't Combining Weights Properly
    By Hansen Enterprises in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 25 Jul 2008, 01:08 AM
  4. The page isn't redirecting properly - HELP
    By SirBuck in forum General Questions
    Replies: 4
    Last Post: 12 Sep 2007, 05:20 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