Hi @curiman,
I just tested the “revert to http” option, which is what happens when you deactivate the plugin. This worked without issues, so I’d need to see some PHP error logs to see the issue.
As alternative, you can use this to revert to http:
https://really-simple-ssl.com/knowledge-base/uninstall-websitebackend-not-accessible/
Hello @rogierlankhorst
I changed the name of the file to force-deactivate.php.
I ran the page as http:
http://www.myweb.com/wp-content/plugins/really-simple-ssl/force-deactivate.php, and showed me a blank page.
Return the name to .txt, but I still can not access the web or wordpress admin.
What could have happened?
Thank you!
if you enable logging by changing in your wp-config.php
define(‘WP_DEBUG’, false);
into
define(‘WP_DEBUG’, true);
define(‘WP_DEBUG_DISPLAY’, true);
define(‘WP_DEBUG_LOG’, true);
You will get some error logs in wp-content/debug.log
If you post it here we can see what the problem is.