Hi, first I'd like to tell you that shouldn't create 2 or 3 different threads discussing the same issue, this is usually frowned upon, you should stick to just one.
Anyway, you need to edit admin/includes/configure.php
where it says
// Use secure webserver for catalog module and/or admin areas?
define('ENABLE_SSL_CATALOG', 'false');
define('ENABLE_SSL_ADMIN', 'false');
Change to false to true.
And in includes/configure.php where it says:
// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'false');




