• 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)
  • Hey @absolemgrinsekatze,

    You can find those two rows in the options table. It will be yourdbprefix_options (usually defaults to wp_options) and you’ll just need to edit the siteurl and home option_value.

    After changing those you should happily be able to remove the definitions from your wp-config.php

    Hope this helps

    • This reply was modified 7 years, 9 months ago by Adam Morgan.
Viewing 1 replies (of 1 total)
  • The topic ‘Changing WP_SITEURL in database’ is closed to new replies.