drkelly76
06-22-2009, 05:06 PM
I'm trying to call folders in the htdocs from my cgi script in cgi-bin folder and having issues. For example:
my($layout) = $www->loadObject($www->dir('objects')."/selects");
My errors: Apache2.2/cgi-bin/objects/selects: No such file or directory
I'm trying to get it back to htdocs like this:
Apache2.2/htdocs/objects/selects
Any help is greatly appreciated.
thanks,
DK
my($layout) = $www->loadObject($www->dir('objects')."/selects");
My errors: Apache2.2/cgi-bin/objects/selects: No such file or directory
I'm trying to get it back to htdocs like this:
Apache2.2/htdocs/objects/selects
Any help is greatly appreciated.
thanks,
DK