News Feed
Jobs Feed
Sections




News Archive
Kae Verens' Blog:
Hosting multiple sites from the same CMS engine
January 21, 2009 @ 10:21:33

Kae Verens has a few tips to help simplify your life with your current content management system by using one code base to run multiple sites.

I haven't studied how other engines do it, but here's how I do it. First off, some benefits to sharing the CMS across separate sites: reduced resource usage, easier upgrades, easier bug-fixing. Convinced yet? Of course you are. Here's how you do it.

There's four steps to his process:

  • Separate out the site-specific files from one another
  • Serve all site-specific files out through a "proxy" script that can intelligently grab the needed ones based on the site
  • Override the default configuration at request time (forcing it to use that "proxy" script)
  • Create that proxy file that the web server can funnel the requests through (his example is included).
0 comments voice your opinion now!
host multiple website cms engine site specific configure proxy


blog comments powered by Disqus

Similar Posts

Web Development Blog: Save bandwidth with PHProxy and ip2nation

Stefan Mischook's Blog: Free PDF Chapter: PHP5 CMS Framework Development

Inside Open Source: Matt Westgate on Drupal Theming

Reddit.com: What are the most popular (or best) methods to translate a PHP-built website?

Andi Gutmans\' Blog: New Zend Framework Website look launched (almost)


Community Events











Don't see your event here?
Let us know!


testing functional development interview community phpunit unittest series podcast zendframework2 tool introduction conference opinion language example framework release application code

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework