<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on snippet: 'Manage Multiple WordPress Sites With One Database and One Code Base'</title>
<link>http://snipplr.com</link>
<description>Snipplr comments feed'</description>
<language>en-us</language>
<pubDate>Tue, 14 Feb 2012 10:22:00 GMT</pubDate>
<item>
<title>arudd said on 5/18/11</title>
<link>http://snipplr.com/view/8999/manage-multiple-wordpress-sites-with-one-database-and-one-code-base/</link>
<description><![CDATA[ I'm lost here...

I have 1 domain with multiple sub-directories I'd like to link to one central WP install + DB &amp; manage the same content from the WP admin.

Is this possible? ]]></description>
<pubDate>Wed, 18 May 2011 03:19:04 GMT</pubDate>
<guid>http://snipplr.com/view/8999/manage-multiple-wordpress-sites-with-one-database-and-one-code-base/</guid>
</item>
<item>
<title>the_coder said on 5/5/09</title>
<link>http://snipplr.com/view/8999/manage-multiple-wordpress-sites-with-one-database-and-one-code-base/</link>
<description><![CDATA[ Assuming a server setup of:  
/home/domain1.com/html/  
/home/domain2.com/html/  
/home/domain3.com/html/  
/home/wordpress/[central wordpress code base]

How would you configure the domain1.com to point to /home/wordpress/ directory?

When a file is referenced by the domain (ex. domain1.com/wp-content/themes/default/style.css), how does the server know to look for it in the central code base (/home/wordpress/) rather than under the domain directory? ]]></description>
<pubDate>Tue, 05 May 2009 14:20:34 GMT</pubDate>
<guid>http://snipplr.com/view/8999/manage-multiple-wordpress-sites-with-one-database-and-one-code-base/</guid>
</item>
<item>
<title>the_coder said on 5/5/09</title>
<link>http://snipplr.com/view/8999/manage-multiple-wordpress-sites-with-one-database-and-one-code-base/</link>
<description><![CDATA[ Assuming a server setup of: 
/home/domain1.com/html/ 
/home/domain2.com/html/ 
/home/domain3.com/html/ 
/home/wordpress/[central wordpress code base] 

How would you configure the domain1.com to point to /home/wordpress/ directory?

When a file is referenced by the domain (ex. domain1.com/wp-content/themes/default/style.css), how does the server know to look for it in the central code base (/home/wordpress/) rather than under the domain directory? ]]></description>
<pubDate>Tue, 05 May 2009 14:19:56 GMT</pubDate>
<guid>http://snipplr.com/view/8999/manage-multiple-wordpress-sites-with-one-database-and-one-code-base/</guid>
</item>
<item>
<title>the_coder said on 5/5/09</title>
<link>http://snipplr.com/view/8999/manage-multiple-wordpress-sites-with-one-database-and-one-code-base/</link>
<description><![CDATA[ Assuming a server setup of:
/home/domain1.com/html/
/home/domain2.com/html/
/home/domain3.com/html/
/home/wordpress/[central wordpress code base]

How would you configure the domain1.com to point to /home/wordpress/ directory?

When a file is referenced by the domain (ex. domain1.com/wp-content/themes/default/style.css), how does the server know to look for it in the central code base (/home/wordpress/) rather than under the domain directory? ]]></description>
<pubDate>Tue, 05 May 2009 14:19:17 GMT</pubDate>
<guid>http://snipplr.com/view/8999/manage-multiple-wordpress-sites-with-one-database-and-one-code-base/</guid>
</item>
<item>
<title>the_coder said on 5/5/09</title>
<link>http://snipplr.com/view/8999/manage-multiple-wordpress-sites-with-one-database-and-one-code-base/</link>
<description><![CDATA[ What method do you recommend "pointing to" the central wordpress directory? ]]></description>
<pubDate>Tue, 05 May 2009 11:28:50 GMT</pubDate>
<guid>http://snipplr.com/view/8999/manage-multiple-wordpress-sites-with-one-database-and-one-code-base/</guid>
</item>
<item>
<title>cayenne said on 11/27/08</title>
<link>http://snipplr.com/view/8999/manage-multiple-wordpress-sites-with-one-database-and-one-code-base/</link>
<description><![CDATA[ I'm assuming sub-domains can be used in the same way to accomplish what is described above?  Is this correct? ]]></description>
<pubDate>Thu, 27 Nov 2008 06:46:40 GMT</pubDate>
<guid>http://snipplr.com/view/8999/manage-multiple-wordpress-sites-with-one-database-and-one-code-base/</guid>
</item>
<item>
<title>jonhenshaw said on 11/1/08</title>
<link>http://snipplr.com/view/8999/manage-multiple-wordpress-sites-with-one-database-and-one-code-base/</link>
<description><![CDATA[ Yes, point each domain to the same folder. The code automatically creates a new database table prefix based on the domain name pointing to it. The first time you visit the domain, it creates the unique database entry. Then, after you run through the WordPress setup, you can choose whatever theme you want. Themes and plugins are handled by the database. So, you can have 20 themes and 20 plugins in one install, but pick and choose which ones you want to use for each individual site. ]]></description>
<pubDate>Sat, 01 Nov 2008 01:01:12 GMT</pubDate>
<guid>http://snipplr.com/view/8999/manage-multiple-wordpress-sites-with-one-database-and-one-code-base/</guid>
</item>
<item>
<title>absolon said on 10/23/08</title>
<link>http://snipplr.com/view/8999/manage-multiple-wordpress-sites-with-one-database-and-one-code-base/</link>
<description><![CDATA[ I'm confused a little bit. Should I point each domain to folder where Wordpress files are?
For instance if it's /wordpress domains should be pointed to this folder?
Will I be able to change template for each site (domain)? ]]></description>
<pubDate>Thu, 23 Oct 2008 14:40:39 GMT</pubDate>
<guid>http://snipplr.com/view/8999/manage-multiple-wordpress-sites-with-one-database-and-one-code-base/</guid>
</item>
<item>
<title>absolon said on 10/23/08</title>
<link>http://snipplr.com/view/8999/manage-multiple-wordpress-sites-with-one-database-and-one-code-base/</link>
<description><![CDATA[ I'm confused a little bit. Should I point each domain to folder where Wordpress files are?
For instance if it's /wordpress domains should be pointed to this folder?
Will I be able to change template for each site (domain)? ]]></description>
<pubDate>Thu, 23 Oct 2008 12:07:44 GMT</pubDate>
<guid>http://snipplr.com/view/8999/manage-multiple-wordpress-sites-with-one-database-and-one-code-base/</guid>
</item>
</channel>
</rss>
