Hello @meneerwiem
Do you have access to cpanel or ftp access?
Using FTP, modify the file wp-config and add the following lines:
define( 'WP_HOME', 'http://example.com' );
define( 'WP_SITEURL', 'http://example.com' );
Or using phpldapadmin on cpanel
https://mediatemple.net/community/products/dv/204405334/how-can-i-change-the-domain-name-for-my-wordpress-site
Hi luckychingi,
Unfortianaly i have no acces to cpanel or ftp…
i just want to be able to undo my action: changing the url from http to https; for the moment i don’t need this https.
Thanks for the reply anyway (i was also stupid enough not to back up my site to my desktop).
Wim
Unfortunately, there is no undo button when you make a change. You need either cpanel or ftp access to undo the change.
you can use some file manager plugin to edit the files from wp-admin like as FTP .
Example: https://wordpress.org/plugins/file-manager/
I have installed it but unfortinally i cannot get into my wp-admin… everything is blocked
But thanks for the idea!
When you updated the URL, you did it from the WordPress backend, from Settings > General (/wp-admin/options-general.php) right? This just updates two tables in your database, if you can access your database (usually via your host), you can easily update your URL back to the http version. From your host, you’re looking for something like phpmyadmin.
Hi Everyone and thanks a lot for the support.
I’ve managed to reach my host and he managed to set everything right again; my site has now a certificate and https…
So, this problem is solved.