Skip to Content.
Sympa Menu

lyceum-users - Re: [Lyceum-users] root path question

lyceum-users AT lists.ibiblio.org

Subject: Lyceum-users mailing list

List archive

Chronological Thread  
  • From: Jameson Lopp <fusion AT ibiblio.org>
  • To: lyceum-users AT lists.ibiblio.org
  • Subject: Re: [Lyceum-users] root path question
  • Date: Mon, 26 Jun 2006 09:56:11 -0400

There are multiple ways to solve this problem. The easiest (in my opinion) would be to add an alias to your apache httpd.conf file that simply points to the src/lyceum directory; it would be a line like:

Alias /lyceum "/somepath/src/lyceum"

or if you don't actually have access to the conf file of your server, and can't request such an alias from the admin, you can move the 'lib' 'config' and 'installation' folders inside '/src/lyceum/' and then edit private.php as it instructs. Since we've been getting this question a lot, I guess we need for the file to explain what commenting is... all it means by commenting a line is adding two /'s to the beginning of the line which makes the server ignore that line, and uncommenting means to remove said slashes to make the server interpret that line. Thus if you move the directories as instructed, you want to change the top of private.php to be:

// To have all files live inside /src/lyceum/:
// [1] Move /src/lib, /src/config, and /src/installation into /src/lyceum/
// [2] comment this out
//define('PRIVATE_REL_PATH', '../');
// [3] uncomment this
define('PRIVATE_REL_PATH', './');
//.........................................................stop editing.

- Jameson

michele wrote:
Hi,
had installed lyceum 3.03rc just fine - did for testing the default "src/lyceum"
but - I wonder since the url now reads of course www.marsart.org/src/lyceum/portal.php <http://www.marsart.org/src/lyceum/portal.php>
and I would like it to be www.marsart.org/lyceum/portal/php <http://www.marsart.org/lyceum/portal/php>
How do I need to have my directory set up?
I don't know how to make that change in the private.php, if that is where this needs to be changed?
// To have all files live inside /src/lyceum/:
// [1] Move /src/lib, /src/config, and /src/installation into /src/lyceum/
// [2] comment this out
define('PRIVATE_REL_PATH', '../');
// [3] uncomment this
//define('PRIVATE_REL_PATH', './');
//.........................................................stop editing.
define('ABSPATH', dirname(__FILE__).'/');
define('PRIVATEROOT', ABSPATH . '/' . PRIVATE_REL_PATH );
define('CONFIGPATH', PRIVATEROOT . 'config/');
define('WPADMININC', PRIVATEROOT . 'lib/wp-admin/');
?>
********************************
how can I have it like: http://demo.lyceum.ibiblio.org/drew i.e. http://www.marsart.org/portal or whatever the blog name is?
am confused why I have to have the directory "src" showing?
Appreciate any feedback.
Thanks
*Evalinde Michele Krammer*
VP where is it written that all our dreams must be small ones...

*Work:* 303-464-8088
*Email:* mainoffice AT abs-gallery.com
<mailto:mainoffice AT abs-gallery.com>
*IM:* webmaster AT abs-gallery.com (MSN)
*Professional Profile <https://www.linkedin.com/e/fps/580949/>
*exhibits <http://www.abs-galleries.com/exhibitions>* *
*ABS GALLERY INC* <http://www.abs-gallery.com/>
2734 west 28th avenue
<http://maps.google.com/maps?q=2734+west+28th+avenue%2Cdenver%2Cco&hl=en>denver, co

See who we know in common <https://www.linkedin.com/e/wwk/580949/> Want a signature like this? <https://www.linkedin.com/e/sig/580949/>



------------------------------------------------------------------------

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




Archive powered by MHonArc 2.6.24.

Top of Page