Single WordPress core for multiple local installs
-
I have dozens of WordPress installs on my Windows 7 development machine and it’s making antivirus scans and backups/migrations/other tasks incredibly slow (hundreds of thousands of files). So I need to set up my environment to use a single source directory for the core files, and of course I’m running into issues:
I created a common core folder, and then to test I chose an install and then deleted the root files and wp-admin/wp-includes folders (I left the wp-config.php file alone). I created junctions (soft links) for all the files in the root WordPress folder and the wp-admin/wp-includes folders. Junctions have worked well before and I use them for plugins and themes that I develop so I don’t have to update them manually on each local site. However, now WordPress admin wants to run the new site install wizard instead of running the wp-admin dashboard (the site is already installed and wp-config.php has the correct database information).
What could be going on? Has anyone else done anything like this? How did you get it working?
The page I need help with: [log in to see the link]
The topic ‘Single WordPress core for multiple local installs’ is closed to new replies.