I've been using Magento shop on an unsecured host for almost a month. I recently setup a secure host(SSL) and directed it to point to same directory as used for unsecured host. But to my surprise, when i try to login to admin panel using secure url, it redirects me to the unsecured one.
I have changed secure_base_url in core_... table, as well as cleared the caches, but its still not working.
Whats happenning ?
Thanks in advance for the help...
exit()in your index.php file, access it via HTTPS and see if you are redirected. That will at least rule out the webserver config. – benmarks May 10 '13 at 12:03