[wp-trac] [WordPress Trac] #24563: Allow multiple sites on a common code-base
WordPress Trac
noreply at wordpress.org
Wed Jun 12 01:58:52 UTC 2013
#24563: Allow multiple sites on a common code-base
-----------------------------+------------------------------
Reporter: ergonlogic | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Upgrade/Install | Version: 3.5
Severity: normal | Resolution:
Keywords: has-patch |
-----------------------------+------------------------------
Comment (by dd32):
FWIW, this is already possible when using !WordPress installed in it's own
directory: http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory
1. /var/www/wordpres-common/
2. /var/www/dd32.id.au/index.php + wp-config.php
3. /var/www/dd32.id.au/wordpress/ -> /var/www/wordpres-common/
4. Set /var/www/dd32.id.au as the DocumentRoot for a VirtualHost
repeat 2-4 for each site.
I take it a step further and add a custom wp-content directory to my
public_html folders, and use the WP_CONTENT_DIR + WP_CONTENT_URL defines
in my wp-config.php file as appropriate.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/24563#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list