I created a test site and everything was fine. When I moved to the final folder it was fine for a short while then I lost all the formatting to my site. I contacted my webhosting company and they say I've got a dedicated ssl certificate and that my problem is due to double URL's on my site:
https://.perspicuus.com/perspicuus.com/

I've been trying to alter my config files but nothing seems to make any difference. I can still log into the admin.

Here are my current settings:

// Define the webserver and path parameters
// HTTP_SERVER is your Main webserver: eg-http://www.your_domain.com
// HTTPS_SERVER is your Secure webserver: eg-https://www.your_domain.com
define('HTTP_SERVER', 'http://www.perspicuus.com');
define('HTTPS_SERVER', 'https://www.perspicuus.com');

// 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', ‘/‘);
define('DIR_WS_HTTPS_CATALOG', ‘/‘);


Thanks