Zen Cart Logo
Forums / General Questions / Please Help! Configuration isn't set properly.

Please Help! Configuration isn't set properly.

Views: 653

Results 1 to 5 of 5
11 Apr 2016, 4:21 PM
#1
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,682
Plugin Contributions:
0

Please Help! Configuration isn't set properly.

I am moving my domain from:

keaton-art.com/morrisgiftshop.biz/ to https://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.

/**
 * 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/');
11 Apr 2016, 4:48 PM
#2
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,089
Plugin Contributions:
56

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.

/**
 * 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', '[B]true[/B]');  //-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', '[B]/[/B]');
define('DIR_WS_HTTPS_CATALOG', '[B]/[/B]');

/**
 * 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/');
11 Apr 2016, 4:58 PM
#3
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,682
Plugin Contributions:
0

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

lat9:

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.

/**

  • 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', '[B]true[/B]'); //-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', '[B]/[/B]');
    define('DIR_WS_HTTPS_CATALOG', '[B]/[/B]');

/**

  • 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?
11 Apr 2016, 6:50 PM
#4
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

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

mtechama:

Which .htaccess is it?

Would be the one found at the root of your store /xxxxx/xxxxxx/public_html/morrisgiftshop.biz/ or above it, ie:```
/xxxxx/xxxxxx/public_html/

11 Apr 2016, 10:22 PM
#5
kobra avatar

kobra

Black Belt

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

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

I am moving my domain from:

keaton-art.com/morrisgiftshop.biz/ to https://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/');