How might I setup a development server (local) and a test/production server (remote)
It’s quite difficult to keep data from a dev version in sync with data on the production site. But for an initial deployment, you are correct that it requires changes to wp-config.php and the database. Install WordPress on your dev machine, e.g. dev.example.com/blog/ Install WordPress on your production machine, preferably with the same folder structure … Read more