Multiple WordPress Installations – One File Structure?
-
This may or may not be possible, but I thought I’d ask anyway.
Is there any way of running WordPress in such a way that you have multiple WordPress sites and databases, but one file structure?
The reason is that I run multiple WordPress websites (~3 at the moment but will probably expand) and have to remember to upgrade each site when a new version is released.
If I could have WordPress set out like the following, it would make the process a lot easier to manage:
/home/user/wordpress: all WordPress base files (apart from wp-content) /home/user/public_html/site1, ./site2, ./hosted/site1 etc: site-specific wp-content and config.php filesI think this might be possible via Linux symlinks and .htaccess rewrites, but I’m unsure, and don’t really want to test things out on production blogs!
The idea behind having the base WordPress files below the public_html level is that only the relevant PHP files can be loaded via a browser, improving security and information hiding 🙂
Any help is appreciated 🙂
The topic ‘Multiple WordPress Installations – One File Structure?’ is closed to new replies.