SSL turned on, config files set up correct (i think), but no https://

Here are the config files

admin includes
define('HTTP_SERVER', 'http://irocycle.com');
define('HTTPS_SERVER', 'https://irocycle.com');
define('HTTP_CATALOG_SERVER', 'http://irocycle.com');
define('HTTPS_CATALOG_SERVER', 'https://irocycle.com');

// Use secure webserver for catalog module and/or admin areas?
define('ENABLE_SSL_CATALOG', 'true');
define('ENABLE_SSL_ADMIN', 'true');

and includes
// HTTPS_SERVER is your Secure webserver: eg, https://www.yourdomain.com
define('HTTP_SERVER', 'http://irocycle.com');
define('HTTPS_SERVER', 'https://irocycle.com');

// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'true');
do i need to move files from the "public" folder into the "secure" folder (and if so, what do i do if my files are all in public/zen/index.php etc ... do i recreate the folder structure inside of secure ... e.g. secure/zen/index.php.)

tx

fab