Hello,
You can change this option directly in the database. You will need to have access to the hosting account where the wordpress installation is and a database manager such as phpMyAdmin.
The steps to follow are very simple:
1o Once you access phpMyAdmin (or any database manager), search for the database where the WordPress installation is.
2o Locate the table
‘wp_options’
. In your case, you are interested in the
‘siteurl’
record, where you can see that the field value is ‘https…/.
3o Edit the record and change the value from ‘https’ to ‘http’, save the changes and try to access.
This should be enough for you to regain access to the site.
If you have already purchased an SSL, I recommend using a plugin like Really Simple SSL which makes the necessary changes to the instance.
Anyway, I recommend you to ask for help to your hosting support to avoid misunderstandings.
—-
Note: Before making direct changes to the database, do not forget to make a backup of the database and files.
Hope it helps,
Have a good day ??
-
This reply was modified 3 years ago by
stfrosty.
-
This reply was modified 3 years ago by
stfrosty.