Thanks for the reply. I just wanted to also let you know i get quite a few problems with the default theme aswell when i turn on SSL.
This is my config.php
<?php
// HTTP
define('HTTP_SERVER', '
http://www.v-c-s-shop.co.uk/');
// HTTPS
define('HTTPS_SERVER', '
https://www.v-c-s-shop.co.uk/');
// DIR
define('DIR_APPLICATION', '/websites/123reg/LinuxPackage23/v_/c_/s_/v-c-s-shop.co.uk/public_html/catalog/');
define('DIR_SYSTEM', '/websites/123reg/LinuxPackage23/v_/c_/s_/v-c-s-shop.co.uk/public_html/system/');
define('DIR_DATABASE', '/websites/123reg/LinuxPackage23/v_/c_/s_/v-c-s-shop.co.uk/public_html/system/database/');
define('DIR_LANGUAGE', '/websites/123reg/LinuxPackage23/v_/c_/s_/v-c-s-shop.co.uk/public_html/catalog/language/');
define('DIR_TEMPLATE', '/websites/123reg/LinuxPackage23/v_/c_/s_/v-c-s-shop.co.uk/public_html/catalog/view/theme/');
define('DIR_CONFIG', '/websites/123reg/LinuxPackage23/v_/c_/s_/v-c-s-shop.co.uk/public_html/system/config/');
define('DIR_IMAGE', '/websites/123reg/LinuxPackage23/v_/c_/s_/v-c-s-shop.co.uk/public_html/image/');
define('DIR_CACHE', '/websites/123reg/LinuxPackage23/v_/c_/s_/v-c-s-shop.co.uk/public_html/system/cache/');
define('DIR_DOWNLOAD', '/websites/123reg/LinuxPackage23/v_/c_/s_/v-c-s-shop.co.uk/public_html/download/');
define('DIR_LOGS', '/websites/123reg/LinuxPackage23/v_/c_/s_/v-c-s-shop.co.uk/public_html/system/logs/');
This is my admin/config.php
<?php
// HTTP
define('HTTP_SERVER', '
http://www.v-c-s-shop.co.uk/admin/');
define('HTTP_CATALOG', '
http://www.v-c-s-shop.co.uk/');
// HTTPS
define('HTTPS_SERVER', '
http://v-c-s-shop.co.uk/admin/');
define('HTTPS_CATALOG', '
http://v-c-s-shop.co.uk/');
// DIR
define('DIR_APPLICATION', '/websites/123reg/LinuxPackage23/v_/c_/s_/v-c-s-shop.co.uk/public_html/admin/');
define('DIR_SYSTEM', '/websites/123reg/LinuxPackage23/v_/c_/s_/v-c-s-shop.co.uk/public_html/system/');
define('DIR_DATABASE', '/websites/123reg/LinuxPackage23/v_/c_/s_/v-c-s-shop.co.uk/public_html/system/database/');
define('DIR_LANGUAGE', '/websites/123reg/LinuxPackage23/v_/c_/s_/v-c-s-shop.co.uk/public_html/admin/language/');
define('DIR_TEMPLATE', '/websites/123reg/LinuxPackage23/v_/c_/s_/v-c-s-shop.co.uk/public_html/admin/view/template/');
define('DIR_CONFIG', '/websites/123reg/LinuxPackage23/v_/c_/s_/v-c-s-shop.co.uk/public_html/system/config/');
define('DIR_IMAGE', '/websites/123reg/LinuxPackage23/v_/c_/s_/v-c-s-shop.co.uk/public_html/image/');
define('DIR_CACHE', '/websites/123reg/LinuxPackage23/v_/c_/s_/v-c-s-shop.co.uk/public_html/system/cache/');
define('DIR_DOWNLOAD', '/websites/123reg/LinuxPackage23/v_/c_/s_/v-c-s-shop.co.uk/public_html/download/');
define('DIR_LOGS', '/websites/123reg/LinuxPackage23/v_/c_/s_/v-c-s-shop.co.uk/public_html/system/logs/');
define('DIR_CATALOG', '/websites/123reg/LinuxPackage23/v_/c_/s_/v-c-s-shop.co.uk/public_html/catalog/');