DEV Community

Discussion on: How to fix domain change error

Collapse
 
djrasmusp profile image
Rasmus P

you could also add define('WP_HOME', your_url) and define('WP_SITEURL', your_url).. instead of doing it though the database, as these two parameters will overwrite the ones in the database

Collapse
 
jeffchavez_dev profile image
Jeff Chavez

Thank you