Need Help Configuring Nginx to run Wordpress
mike
mike503 at gmail.com
Sat Apr 26 11:16:13 MSD 2008
On 4/26/08, HonDev Developer <developerhondev at gmail.com> wrote:
> I recommend swapping to Multi User Wordpress if you have more than one
> blog to manage.
I don't think I'd recommend it. It seems like too much of a hack
(unless they've matured it now)
You can easily support multiple blog instances just by using
conditionals inside of wp-config.php. We support multiple blogs (and
dev/prod instances of each) using the same codebase on all the blog
sites...
$_SERVER['HTTP_HOST'] is your friend :)
More information about the nginx
mailing list