Steps to install HTTPS/SSL
Design and Skin Customization
derrickhand300:
I reset caches yesterday using integrity check...today i can not log in to try it again
I reset caches yesterday using integrity check...today i can not log in to try it again
Most likely you are not accessing the site at the SAME URL that you put into config.php. For example - if your config.php is:
$_conf['jrCore_base_url'] = 'https://www.yoursite.com';
Then you will have a problem if you try to go to:
https://yoursite.com
i.e. you are not using the "www". your browser sees:
https://yoursite.com
https://www.yoursite.com
as 2 different websites - it will NOT load Javascript from one into the other.
If you cannot log in you should be seeing errors in your browser developer tools Console Log.