Amount: 500,00
I have a Multisites-like implementation that I created for my own purposes. It works extremely well, but there are a few considerations:
1. It does require a small hack to index.php (simply include a file before the API is loaded). You'd have to re-add it after subsequent updates.
2. When I designed it, I crated a corresponding theme, allowing me to load specific elements for each domain rather than giving each domain its own theme. That could be handled either way, though with a few quick modifications.
Essentially, all you do is add a block of code within a PHP script (the file included with the hack to index.php) for each subdomain, defining constants that are used within the theme and used to determine what site-specific content elements should be presented.
Because I wrote this for a very specific purpose, it won't work for you right out of the box. But if you give me details as to exactly what components of the site would be unique to each subdomain and what would be common to them, I can set it all up for you fairly easily.
Sorry, only logged in users/developers can submit a bid, Log in/Register