Loading media on local WordPress using remote database
Somewhere in the core, URLs get absolutely pathed when put into the database. Why don’t you just load all your images from your staging server? Have the staging server hold the files while your local mirrors it. Add the following to your .htaccess to your local uploads folder and the contents are as follows: # … Read more