WordPress error message when switching to SSL?

Anyone have any idea if the website suddenly looks like this:
I can't access the backend anymore and the URL looks very strange.

URL if I want to log in with /wp-admin:
https://https//www.zeichenhom%C3%B6opathie.de/wp-login.php?redirect_to=https%3A%2F%2Fwww.xn--zeichenhomopathie-8zb.de%2Fwp-admin%2F&reauth=1

Anyone have an idea?

(2 votes)
Loading...

Similar Posts

Subscribe
Notify of
3 Answers
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
NoArtFX
1 year ago

If you don’t get backend, add the following to your wp-config.php:

define( 'WP_HOME', 'http://example.com' );
define( 'WP_SITEURL', 'http://example.com' );

Or better: Go into your database in the table wp_options and change in option_name the siteurl.

https://wordpress.org/documentation/article/changing-the-site-url/