Changing WP_SITEURL in database
-
hi,
I was an idiot and changed the site url in my WP backend, thats why I couldn’t enter my backend anymore. I “fixed” that by writing this code into my wp-config.php:
define( ‘WP_SITEURL’, ‘https://isabelforester.com’ );
define( ‘WP_HOME’, ‘https://isabelforester.com’ );now I can enter my backend again, but I can’t change these data there anymore, so I would like to change my site url back directly in my database (I’m using adminer).
where/in which table in my database does wordpress save the siteurl-information??
can somebody help me? thank you!!!!
isi
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Changing WP_SITEURL in database’ is closed to new replies.