• Resolved webtastix

    (@webtastix)


    Hi,

    we changed our website to a new domain name the other day, and updated the url inside WordPress, but WordFence is sending the wrong domian name on the ‘admin url’ line in emails, and also notifications all point to the old url inside the dashboard… everything else is going to the right url, and I wondered if somewhere inside WordFence needs updating after it changes?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @webtastix,

    Wordfence should be updating this URL to match the WordPress settings.

    However, you can also change it yourself:

    Run the following query:

    UPDATE wp_wfconfig SET val = 'http://example.com' WHERE name = 'wp_home_url' OR name = 'wp_site_url';

    Change http://example.com to your site’s URL.

    Dave

    Thread Starter webtastix

    (@webtastix)

    perfect, thanks for that 🙂 – thats now fixed it

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Wordfence Admin URL’ is closed to new replies.