3
I performed the backup of a wordpress site to run locally and perform some tests, but every time I click on visitar o site
in the top menu I am redirected to the official website (live).
I already did the column update option_value
on the table wp_options
, and even defined 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 site in production.
Already tried to change the site URL in wordpress settings?
– Amanda Lima