Viewing 4 replies - 1 through 4 (of 4 total)
  • check your new database:

    in the options table (or wp_options, depending on your prefix). You’ll see an option entitled: “siteurl”; change that to your new url.

    Next to that there’s an option entitled “home” which you also need to update (if your using phpmyadmin; usually it’s on the second page of the options table).

    You may see other options with your old url in it, but those will usually be updated automatically if you reset your permalink-settings in the admin menu.

    Thread Starter Dj.IcE

    (@djice)

    I changed as follows
    ‘WP_SITEURL’ ) )
    $whitelist_options[‘general’][] = ‘www.fight-bb.info’;
    if ( !defined( ‘WP_HOME’ ) )
    $whitelist_options[‘general’][] = ‘www.fight-bb.info’;

    But still issue is not solved.

    You need to change them in the database, this isn’t the same.
    Also: you should add https:// to any link.

    So https://www.fight-bb.info needs to become https://www.fight-bb.info

    Thread Starter Dj.IcE

    (@djice)

    thank you solved my problem

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘wp-login redirect’ is closed to new replies.