One Lyceum install, two domains
From The Lyceum Wiki
Here are my preliminary thoughts:
Requirements
I want all student groups we host to have their websites on the.jhu.edu/clubname , both the ones that run custom PHP and the ones that want Lyceum. I also want a normal Lyceum install on blogs.jhu.edu, mainly for personal blogs (and classroom blog use; really, anything but student groups).
Suggestion as to how to do it
You just have the Lyceum DocumentRoot be exposed as blogs.jhu.edu/lyceum/ and the.jhu.edu/lyceum/ , and create rewrite rules as appropriate for blogs.jhu.edu and the.jhu.edu.
This way, the rewrite rules for one VirtualHost could be used for the other.
For consistency, we should have Lyceum redirect (HTTP 302) the.jhu.edu/some_personal_blog to blogs.jhu.edu/some_personal_blog , and blogs.jhu.edu/some_club to the.jhu.edu/some_club .
