I activated the plugin and then it automatically signed out. Now I am not able to log in to WordPress admin.
Fortunately I have Hostgator optimized wordpress – so their tech support removed the plugin for me and i was able to get back in – but i still can’t get my http to force people to the https version.
the only code altered was my footer.php to track my amazon associates builder link – but i dont see why that would affect this plugin…
seriouslywhatnow.com is my blog
could google analytics plugin be a problem?
i need to have it secured forced HTTPS before I start taking money via woocommerce
-
This reply was modified 7 years, 9 months ago by
carriezumba.
-
This reply was modified 7 years, 9 months ago by
carriezumba.
Plugin Author
Mark
(@markwolters)
Hi,
@muradul
it’s possible the home url of your site is forced back to http://, for example by some code in the functions.php file. Another option is that your custom login/security plugin still thinks the site is using http://. Temporarily disabling these plugins allows the home url to change into https://.
@carriezumba
did you see an error when logging in to the admin area of your site? You could also try to temporarily disable any security plugins. Another possibility would be that WordPress fails to detect SSL correctly, resulting in a redirect loop on the admin area only. If that is happening, see https://really-simple-ssl.com/knowledge-base/redirect-loop-wordpress-admin-not-front-end/ more information on how to fix it.
Mark