Alessandro Briosi wrote:
> hmm, maybe the problem is not even this.
>
> If the case is that you have unpacked the whole app in your DocumentRoot
> let's say /var/www/openupload
> where /var/www is your Apache DocumentRoot
>
Correct.
> you result poiting the browser to something like
> http://localhost/openupload/
>
Correct
> Then the settings of the $CONFIG['WWW_ROOT'] must be:
> $CONFIG['WWW_ROOT']='/openupload/www';
>
Thanks! This fixed it. (I knew it must be a path problem in
config.inc.php) I am evaluating the software functionality for my
company. I'll let you know how it goes.
Thanks,
-Andy
T
|