bigb89 Posted June 19, 2007 Share Posted June 19, 2007 Hi, I have PHP 5 installed with IIS 6. Currently there is only one website that's using PHP at the moment, so I went ahead and enabled PHP for another website, but whenever I try to access this new website that's using PHP, I get a message saying "No input file specified." I don't know what could be causing this error, I tried doing a Google search and I found that there are a lot of people getting this same error message but I could not find any solution for it. Does anyone know how to solve this error? Link to comment https://forums.phpfreaks.com/topic/56262-no-input-file-specified-error/ Share on other sites More sharing options...
lewis987 Posted June 19, 2007 Share Posted June 19, 2007 post the code and ill see what i can do for ya Link to comment https://forums.phpfreaks.com/topic/56262-no-input-file-specified-error/#findComment-277891 Share on other sites More sharing options...
bigb89 Posted June 19, 2007 Author Share Posted June 19, 2007 It's not my PHP code that's causing this error. The error occurs when I use any file with the extension .php as my index page. I read somewhere that this error could be solved by removing "doc_root =" out of my php.ini file. I tried that but I still get the same error message. Link to comment https://forums.phpfreaks.com/topic/56262-no-input-file-specified-error/#findComment-277960 Share on other sites More sharing options...
bigb89 Posted June 19, 2007 Author Share Posted June 19, 2007 I figured out that PHP wasn't working properly on the new website because I didn't set the right permissions on it. After doing that, the new website is working just fine with PHP. I'm used to using PHP with Apache, so it was a little more confusing when configuring it to work with IIS 6. Link to comment https://forums.phpfreaks.com/topic/56262-no-input-file-specified-error/#findComment-278001 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.