Jose Carlos Medeiros wrote:
Please,
forget /usr/share/owl.,..

You cant just change /etc/owl,    and config that are in.

I have the following setting in /etc/owl/config.php

# grep owl_root_url /etc/owl-dms/config.php
// owl_root_url below should not contain http://servername/intranet, but
$default->owl_root_url          = "";
$default->owl_graphics_url      = $default->owl_root_url . "/graphics";

Yet in an e-mail that OWL sent to me when I registered a new user the link that it included was:

http://aysoinstructor.cowart.net/owl-dms/index.php

Looking over the source code for the string owl-dms to figure out where it came from I don't see any good choices other than the config file:

# grep -rni owl-dms *
config/owl.php:21:$default->owl_root_url                = "/owl-dms";
config/owl.php:32:$default->owl_fs_root         = "/usr/share/owl-dms/";
config/owl.php:33:$default->owl_LangDir         = "/etc/owl-dms/locale";
config/owl.php:39:$default->owl_FileDir           =  "/var/lib/owl-dms";
config/owl.php:473:$default->thumbnails_location = "/var/lib/owl-dms/ThumbNails"; // this directory has to be in the webspace
config/owl.php:618:<?php include('/etc/owl-dms/config.php'); ?>
lib/userheader.inc:21:<?php include('/etc/owl-dms/userheader.inc'); ?>
lib/userfooter.inc:21:<?php include('/etc/owl-dms/userfooter.inc'); ?>
robots.txt:4:Disallow: /owl-dms/

I have the following in my apache configuration:

DocumentRoot /srv/aysoinstructor.cowart.net/html/

That directory is a symlink to /usr/share/owl-dms

# ls -l html
lrwxrwxrwx  1 root root 18 Jul  8 23:41 html -> /usr/share/owl-dms


maybe you had problem,, because  owl use  file()  function in php,
I had some problems with it,,
if you try to use
ln -sf /usr/share/owl-dms  /var/www/oooowww

When you try to access it in browser,,  you will has a problem.

Regards



--

----------------
Thanks
Jefferson Cowart
[EMAIL PROTECTED]


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to