Gossamer Forum
Home : Products : Others : Fileman :

do i have the paths right???

Quote Reply
do i have the paths right???
if my website url is http://members.digitalrice.com/andytandoc are my paths right?

Configuartion
# --------------------------------------------------------
%config = (
root_dir => "/andytandoc",
logfile => "/notsure",
password_dir => "/notesure",
root_url => "http://members.digitalrice.com/andytandoc",
script_url => "http://members.digitalrice.com/andytandoc/cgi-bin/fileman/fileman.cgi",
icondir_url => 'http://members.digitalrice.com/andytandoc/icons',
use_flock => 1,
allowed_space => 500,
max_upload => 75,
show_size => 1,
show_date => 1,
show_perm => 1,
show_icon => 1,
show_pass => 1,
version => '1.0'


Quote Reply
Re: do i have the paths right??? In reply to
To find out your FULL PATH to use in the *_path variables, you need to do either of the following:

1) Type in either dir or pwd via telnet at the command prompt.

You should see something like the following:

Code:

machine:/path/to/youraccount#


Use /path/to/youraccount/FOLDER/ in the PATH variables.

-OR-

2) Contact your hosting company to find out what your FULL Path is!

Regards,

Eliot Lee