server can't locate cgi-bin
I'm working on a project on Igsuite (an open source office suite), I've
been able to install and edit to suite my need. It runs fine on my
localhost (i use xampp and windows 7 OS). In localhost my cgi is been
placed in C:/xampp/cgi-bin, the document root is /xampp/htdocs/igsuite.
The program runs fine when I call igsuite.pl in my browser.
I want to run this program on a sub-domain of a live server. i.e
test.my-domain.com. I have created the subdomain test and the document
root as test, I create the cgi-bin folder in the document root and moved
the cgi files here, in my configuration file I changed cgi location to
/public_html/test/cgi-bin, pointed my htdoc directory to
/public_html/test, and my images to /public_html/test/images.
The issue I'm having now is whenever I try to visit the domain
test.my-domain.com, it say document not found. Can someone pleas tell me
what I'm doing wrong here?
No comments:
Post a Comment