IT Nursery
I have a multisite installation with domain mapping at the original site I was changed the wp directories to a custom wp-content changed to {root} themes moved to {root/themes}...
  • June 2, 2022
  • 0 Comments
IT Nursery
I have changed my WordPress site url in wp-config.php by adding this two lines: define( 'WP_HOME', 'http:// $new url' ); define( 'WP_SITEURL', 'http:// $new url' ); almost everything working...
  • May 31, 2022
  • 0 Comments