pulling my hair out with this one guys!!!!!!
have installed an ssl and now the site won't open ... i realise i have to define in the file below
// Define the webserver and path parameters
// Main webserver: eg, http://localhost - should not be empty for productive servers
// HTTP_SERVER is your Main webserver: eg, http://www.yourdomain.com
// HTTPS_SERVER is your Secure webserver: eg, https://www.yourdomain.com
// HTTP_CATALOG_SERVER is your Main webserver: eg, http://www.yourdomain.com
// HTTPS_CATALOG_SERVER is your Secure webserver: eg, https://www.yourdomain.com
/*
* URLs for your site will be built via:
* HTTP_SERVER plus DIR_WS_ADMIN or
* HTTPS_SERVER plus DIR_WS_HTTPS_ADMIN or
* HTTP_SERVER plus DIR_WS_CATALOG or
* HTTPS_SERVER plus DIR_WS_HTTPS_CATALOG
* ...depending on your system configuration settings
*/
define('HTTP_SERVER', 'http://www.whiterosecomputers.com');
define('HTTPS_SERVER', 'https://www.whiterosecomputers.com');
define('HTTP_CATALOG_SERVER', 'http://www.whiterosecomputers.com');
define('HTTPS_CATALOG_SERVER', 'https://www.whiterosecomputers.com');
but i can't see what i have to do ... somebody out there please .... help![]()




