News Feed
Jobs Feed
Sections




News Archive
John Rockefeller's Blog:
PHP Tricks How To Handle Multiple Domains
May 27, 2008 @ 11:11:01

John Rockefeller has a tip he'd like to share with all of the other PHP developers out there - a little method he's come up with to host multiple domains off of the same code.

This is really handy for those of us who have the same code handling multiple sites or multiple sub-domains. A case in point: When I coded NetBoardz (my free forum hosting service now defunct), I had one codebase handling all 250 forums. How? Simple. When the code runs, it determines which site the user is loading and does different things (like using different databases) dynamically.

He shows the two key points to dividing things up - grabbing the domain and subdomain they were trying to access. This can be fed into a script that can switch things like layout or even functionality based on which site they've chosen.

1 comment voice your opinion now!
trick multiple domain same codebase subdomain hostname


blog comments powered by Disqus

Similar Posts

Ask About PHP: Codeigniter: Setting up multiple sites on one install

Till Klampaeckel's Blog: How to setup multiple stores on different domains with Magento

PHPMaster.com: Building a Domain Model - An Introduction to Persistence Agnosticism

Liip Blog: Table Inheritance with Doctrine

Anis uddin Ahmad's Blog: Advanced bootstrapping : Configure your Zend Framework application for mult


Community Events











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


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

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