PDA

View Full Version : Sub-directories


allmen
5-29-02, 02:40 PM
I think I missed something. I know that files must be located in /htdocs if they are to be browsed. I have sub-sub-directories in my /htdocs directory and I am unable to get to them (e.g. /htdocs/static-files/images/). The configuration files for the Perl program has been given the following full path /www/x/xxxx/htdocs/static-files/.

What am I doing wrong?

Thanks,
James Allmen

bettyfordclinic
5-29-02, 02:58 PM
Ignore the "htdocs" in your URL paths.

so if it's
www.xxxxx.com/htdocs/subfolder/
on your ftp, it's only
www.xxxxx.com/subfolder/
on your browser or script.

bfc

(if this doesn't work the big dudes will surely help)

allmen
5-29-02, 03:28 PM
Thanks! That did the trick.

James:)