I am in discussion with my hosting company after changing my hosting package name. We now have the situation where they have told me to empty the 'catalog' directory straight into the 'public_html' directory.

After much discussion with them and changing both configure.php files in includes and admin/includes (admin folder has been renamed) removing all references to 'catalog' i.e.
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 . 'pub/');
define('DIR_WS_TEMPLATES', DIR_WS_INCLUDES . 'templates/');
all I am getting in the browser for the site and admin login, is a white page without any error messages. My SSL is working fine if you type the url address: https://www.anglingcentrewestbay.co.uk

Is there anyone out-there who has experience in this matter and can advise me on this matter.

As a further note; the hosting for the site above is not primary. My hosting company are reluctant to make it the primary hosting and I believe this is affecting the mapping function (mapping achieved through the primary hosting package only).