Darn! Errors. I asked my hosting CO if I needed to move the catalog and no one has gotten back to me. Is that what this error means?
Warning: main(DIR_WS_TEMPLATEStemplate_default/common/html_header.php): failed to open stream: No such file or directory in /home/content/./././.../html/index.php on line 43
Warning: main(DIR_WS_TEMPLATEStemplate_default/common/html_header.php): failed to open stream: No such file or directory in /home/content/./././..../html/index.php on line 43
Fatal error: main(): Failed opening required 'DIR_WS_TEMPLATEStemplate_default/common/html_header.php' (include_path='.:/usr/local/lib/php') in /home/content/./././......../html/index.php on line 43
Everything was working up until I just changed to the SSL. Here's what I typed in the includes/config.php
// Define the webserver and path parameters
// HTTP_SERVER is your Main webserver: eg, http://www.yourdomain.com
// HTTPS_SERVER is your Secure webserver: eg, https://www.yourdomain.com
define('HTTP_SERVER', 'http://208.109.193.212');
define('HTTPS_SERVER', 'https://208.109.193.212');
// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'true');
And for the admin/includes/config:
*/
define('HTTP_SERVER', 'http://208.109.193.212');
define('HTTPS_SERVER', 'https://208.109.193.212');
define('HTTP_CATALOG_SERVER', 'http://208.109.193.212');
define('HTTPS_CATALOG_SERVER', 'https://208.109.193.212');
// Use secure webserver for catalog module and/or admin areas?
define('ENABLE_SSL_CATALOG', 'true');
define('ENABLE_SSL_ADMIN', 'true');
I suspect I have missed something distinct to my hosting provider?
Thank you,



