How to disable redirect on test/staging copy of wordpress site
WordPress stores the domain name of your site in the database (wp_options table among others). If you just copy the site and database the site will redirect to the domain mentioned in the database. Option 1 : Using a php tool You can do a search and replace using a proper tool to replace www.mydomain.com … Read more