Hello All,
After a long time, I finally have managed to get my web site to work on my hosting partner.
However, like other people on here, my SSL is not working, it goes to an error page on the hosting website when trying to access a secure page.
I have read and checked the settings in the thread titled 'SSL, Godaddy Apple Zen URL problem???' and as far as I can tell, my settings are correct based on the fact that I have installed my website in a directory under 'public_html/mkwzen1'.
[FONT=Courier New][FONT=Verdana]my config files says :- [/FONT]
[/FONT]
[FONT=Courier New]// 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://www.mkwltd.co.uk');
define('HTTPS_SERVER', 'https://www.mkwltd.co.uk');
// 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', '/mkwzen1/');
define('DIR_WS_HTTPS_CATALOG', '/mkwzen1/');
define('DIR_WS_IMAGES', 'images/');
define('DIR_WS_INCLUDES', 'includes/');
define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
define('DIR_WS_DOWNLOAD_PUBLIC', DIR_WS_CATALOG . 'pub/');
define('DIR_WS_TEMPLATES', DIR_WS_INCLUDES . 'templates/');[/FONT]
I can't see what I am doing wrong - any ideas anyone please.
Thanks in advance
Smakwam



