Skip to Content.
Sympa Menu

lyceum-users - Re: [Lyceum-users] Subdomain access

lyceum-users AT lists.ibiblio.org

Subject: Lyceum-users mailing list

List archive

Chronological Thread  
  • From: John Joseph Bachir <jjb AT ibiblio.org>
  • To: DaveG <lyceum AT solidgone.com>
  • Cc: lyceum-users AT lists.ibiblio.org
  • Subject: Re: [Lyceum-users] Subdomain access
  • Date: Mon, 24 Jul 2006 05:17:20 -0400 (EDT)

Interesting stuff Dave. Care to document this technique in the wiki?


On Sun, 23 Jul 2006, DaveG wrote:

I'll answer my own question. Yes, Lyceum can do all I need! And it was
pretty easy to work out too. The installation script was very clear, and
only missing the creation of a .htaccess in root (below). Here's what I
now have:

1] Users can access their blog via: username.domain.com
2] Lyceum is installed in a directory (/lyceum) under root
3] Blog URL's are clean. Note, that so far login/logout url's refer to
my lyceum subdirectory. For me this is not a big deal. I was more
concerned about URL's that are typically bookmarked.

I followed the standard instructions, plus:
As documented in installation.txt, installed /lib, /config,
/installation as subdirectories under /lyceum, at the same level as all
the other directories from /src. I did need to set permissions to 777,
not 775/755:
/lyceum --> 777
wp-comments-post.php --> 777
/ajax
/bin
/config
/installation
/js
/lib
/smilies
/system-admin
/wp-admin
/wp-content
/blogs --> 777

In private.php (as the file comments indicate):
define('PRIVATE_REL_PATH', './');

In wp-config.php:
define('WEBROOT', '/lyceum');

In my domain root I created a .htaccess:
RewriteEngine On
RewriteRule ^(.*) /lyceum/$1 [L,QSA]


That's it! So far, a 1000% improvement on my MU experience :)

~ ~ Dave
_______________________________________________
Lyceum-users mailing list
Lyceum-users AT lists.ibiblio.org
http://lists.ibiblio.org/mailman/listinfo/lyceum-users


--
John
----
aim/yim/msn/jabber.org: johnjosephbachir
713.494.2704
irc://irc.freenode.net/lyceum
http://lyceum.ibiblio.org/
http://blog.johnjosephbachir.org/




Archive powered by MHonArc 2.6.24.

Top of Page