Closed andrewjmead closed 2 weeks ago
The site url is woocommerce.test. I restored a backup that was originally created for iawp.test. The restoration process needs to change those values so links work.
woocommerce.test
iawp.test
The old database name is stored in wp-config.php. That will also need to change.
wp-config.php
define( 'DB_NAME', 'iawp' );
The site url is
woocommerce.test
. I restored a backup that was originally created foriawp.test
. The restoration process needs to change those values so links work.