PDA

View Full Version : File paths


Kara
04-28-2001, 06:25 PM
I am installing a cgi script and I am very new at this.[nbsp][nbsp]It includes a install.cgi file so it shouldn't be too hard right? LOL only for me

I had to create a folder in the same directory the cgi-bin is in (is that the root dir?)
I had to create a folder in my www folder

This install.cgi wants the full paths (no ../ stuff).[nbsp][nbsp]I think if I new where the path had to start (xdomain?) then I'd be ok.

Thanks for your help!
Kara

sheila
04-28-2001, 06:54 PM
The path is something like this:

/big/dom/xdomain/cgi-bin/foldername

/big/dom/xdomain/www/foldername

HTH

Kara
04-28-2001, 07:47 PM
thank you Sheila!