Re: ssl setup
define('HTTP_SERVER', 'http://www.thepocketangel.com');
define('HTTPS_SERVER', 'https://www.thepocketangel.com');
define('HTTP_CATALOG_SERVER', 'http://www.thepocketangel.com');
define('HTTPS_CATALOG_SERVER', 'https://www.thepocketangel.com');
// Use secure webserver for catalog module and/or admin areas?
define('ENABLE_SSL_CATALOG', 'true');
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', '/pocketangelshop/admin/');
define('DIR_WS_CATALOG', '/pocketangelshop/');
define('DIR_WS_HTTPS_ADMIN', '/pocketangelshop/admin/');
define('DIR_WS_HTTPS_CATALOG', '/pocketangelshop/');
define('HTTP_SERVER', 'http://www.thepocketangel.com');
define('HTTPS_SERVER', 'https://www.thepocketangel.com');
// Use secure webserver for checkout procedure?
define('ENABLE_SSL', '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_CATALOG', '/pocketangelshop/');
define('DIR_WS_HTTPS_CATALOG', '/pocketangelshop/');
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.