Hi @milanxy,
I’m sorry you’re running into trouble accessing your site. If deleting the plugin didn’t fix the issue, that is very strange.
Would you be able to post the URL to your site?
Can you look in your wp-config.php file and see if there are any liens that say define( 'FORCE_SSL_ADMIN', true );?
Thread Starter
Milan
(@milanxy)
I don’t have this there at all.
That’s very odd, if iThemes Security isn’t at all active on your site, I’m not sure what would be causing the redirect.
Have you tried in a different browser? It might be that your browser has cached the SSL redirect in some manner.
Do you have PhpMyAdmin access to your database?
Thread Starter
Milan
(@milanxy)
Of course Opera, Firefox and Chrome.
Yes, i have PhpMyAdmin. That delete today db and restore backup.
My second website (subdomain) on this domain work very well.
EDIT: Website work. Maybe something must be done on the server side. I didn’t do anything new. Weird problem.
Same here. After deleting the v8 version of the plugin and delete the iThemes section in htaccess file no more redirection to https.
Hi,
I have the same issue after updating into v.8.0.
For some websites on another server it worked as usual but for one it crashed.
The website throws this message that the domain is not available with SSL encryption (HTTPS). Access to FTP / DB blocked. I contacted the hosting to see what I can do.
What would be your advice?
Many thanks.
@odak71 @blueberry25,
Are you able to check if there are any errors in your PHP error log?
No, but will ask the host. Thank you.
Only a deprecated message:
PHP Deprecated: login_headertitle since version 5.2.0
Thanks for sharing that. I believe we’ve found the root cause of the error you’re experiencing. We’ll be releasing an update shortly to correct the problem.
If you’re still unable to access your site to perform the update, you can edit your wp-config.php file to remove the define( 'FORCE_SSL_ADMIN', true ); if it exists. Then, add define( 'ITSEC_DISABLE_MODULES', true ); right before the /* That's all, stop editing! Happy publishing. */ line. Then once iThemes Security has been updated to 8.0.1, you should remove the define( 'ITSEC_DISABLE_MODULES', true ); line.