I set up my SSL cert and switched SSL to "true". The next time I tried to login I get the admin login page, enter the user and password and it simply goes nowhere.
What did I do wrong?
Thank you.
I set up my SSL cert and switched SSL to "true". The next time I tried to login I get the admin login page, enter the user and password and it simply goes nowhere.
What did I do wrong?
Thank you.
Does 'https' work for any of your other pages?
Something that has worked for others with similar situations is to do the following.
Add the following line to the .htaccess file in the root of your web:
php_value session.auto_start 0
Thank you. Seems to be working now.
Good to hear it worked for you.