Right, I need an answer to this.. google is proving useless to me, so I figure I will rephrase the question. My apologies if this is a pain. I have the following directory structure.
/
/admin
/content
/styles
in the base directory I have index.html which points to php pages stored in content. These pages work fine. I have created a virtual directory of the admin folder and in there is an index.html. When I goto the admin directory i get the index page as I would expect, but as soon as I try to serve on of the php pages stored in there I get "no input file specified". I am at a loss as to what I need to do and I seriously can not find the answer online.
I am using ISS 6 on windows 2003 with no special PHP package installed. Any ideas?i don't know anything about IIS but "no input file specified" sounds like it can't find the file in question, try double-checking the paths...
/
/admin
/content
/styles
in the base directory I have index.html which points to php pages stored in content. These pages work fine. I have created a virtual directory of the admin folder and in there is an index.html. When I goto the admin directory i get the index page as I would expect, but as soon as I try to serve on of the php pages stored in there I get "no input file specified". I am at a loss as to what I need to do and I seriously can not find the answer online.
I am using ISS 6 on windows 2003 with no special PHP package installed. Any ideas?i don't know anything about IIS but "no input file specified" sounds like it can't find the file in question, try double-checking the paths...