NJfire:
Oh no that is fine and thank you so much for helping, would you know how to redirect the http to the https, I thought changing the config files would do that automatically.
So again, generally speaking there is no need to have every page load with the ssl. If the desire is to have every page to the ssl, then as badarac indicated, the hhtp_server and https_server values would need to be updated to include https:.
If the. Issue is that the login page for example is not being presented using https, then in the includes/configure.php file is a setting for using a secure connection (ssl) that is probably set to false. To save the change to be made to that file, you will need to make the file writable using permissions of 644. Then open the file, change 'false to 'true', save the file, then restore the permissions of the file to 444.
A similar change is needed in the admin configure.php file, but there are two such settings. One for the catalog and one for the admin. Also in the admin, three of the four server listings should be modified to include https:, the only one that should not have https is the http_catalog_server...
Forgot to mention that I think under these settings that unless the target to arrive at is required to be Secure when a ssl is available, then the next jump in the site would change to a secure address. Otherwise, an .htaccess file could be written and added to redirect all traffic to https if that too is so desire, but that really isn't necessary either.