Index: bin/tclhttpd.rc =================================================================== RCS file: /cvsroot/tclhttpd/tclhttpd/bin/tclhttpd.rc,v retrieving revision 1.16 diff -u -p -u -p -r1.16 tclhttpd.rc --- bin/tclhttpd.rc 6 May 2004 09:34:23 -0000 1.16 +++ bin/tclhttpd.rc 18 May 2004 12:42:07 -0000 @@ -23,7 +23,8 @@ foreach d [list \ [file join [Config home] ../htdocs] \ - [file join [Config home] ../tclhttpd/htdocs]] { + [file join [Config home] ../tclhttpd/htdocs] \ + [file join [Config home] ../share/tclhttpd/htdocs]] { if {[file isdirectory $d]} { Config docRoot $d } @@ -34,7 +35,8 @@ foreach d [list \ foreach d [list \ [file join [Config home] ../custom] \ - [file join [Config home] ../tclhttpd/custom]] { + [file join [Config home] ../tclhttpd/custom] \ + [file join [Config home] ../share/tclhttpd/custom]] { if {[file isdirectory $d]} { Config library $d }