Originally Posted by
DavidRoss
Ok i figured it out... you have to edit your configre.php file in "admin/includes" and change the following---
define('HTTP_SERVER', 'http://nmteaco.com');
define('HTTPS_SERVER', 'https://nmteaco.com');
define('HTTP_CATALOG_SERVER', 'http://nmteaco.com');
define('HTTPS_CATALOG_SERVER', 'https://nmteaco.com');
// Use secure webserver for catalog module and/or admin areas?
define('ENABLE_SSL_CATALOG', 'false');
define('ENABLE_SSL_ADMIN', 'true');
// NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
// * DIR_WS_* = Webserver directories (virtual/URL)
// these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
define('DIR_WS_ADMIN', '/store/admin/');
define('DIR_WS_CATALOG', '/store/');
define('DIR_WS_HTTPS_ADMIN', '/store/admin/');
define('DIR_WS_HTTPS_CATALOG', '/store/');
---
to represent your file structure