can't access files within folders in cgi-bin
I can't seem to access cgi files deeper than the cgi-bin folder.For example:
/cgi-bin/server.cgi (works just fine)
/cgi-bin/test/server.cgi (does not work)
Does anyone know how I can access CGI files in another folder in the cgi-bin? How can I do it in webmin?