Lyceum Project - Multiple WP Problem
Posted by: tmmrrhw
Posted on: 2006-07-31 08:08:00
I am attempting to install Lyceum, a project created by the folks over at iBiblio.org that allows for multiple Wordpress instances (similar to the WPMu project, but streamlined with less server load and some additional functionality).
But now I'm stuck. I am not terribly bright when it comes to the ins and outs of things like the documentroot and mod_rewrite, and keep getting a "Page isn't redirecting right" warning when trying to surf to the installation script.
Has anyone had any success with installing Lyceum? Can they let me know how to correctly setup the define('WEBROOT', '/'); and define('MAINDOMAIN', 'example.com'); to correctly redirect these requests under a Virtual Hosting account here at DH? I've tried a variety of '../home/username/domain.com' or '/home/username/domain.com' or 'domain.com' with leading dots and trailing slashes, without any luck (of course, entering in my username and domain accordingly). Do I need to fool around with a mod_rewrite in order to make this work?
The full instructions of what I'm attempting to do are located here:
http://wiki.lyceum.ibiblio.org/index.php/Installation_Guide
This is a really cool program, so if anyone has any help it would be a great guide to add to the wiki for future users. Thanks in advance for your advice.