I've backed up a site in wordpress to run locally and run some tests, but every time I click on visitar o site
on the top menu I'm redirected to the live site.
I have already updated the option_value
column in the wp_options
table, and even set the constants in wp-config
.
define("WP_SITEURL","http://meubackup.dev");
define("WP_HOME","http://meubackup.dev");
And I'm still being redirected to the production site.