Hi,
I am trying to run a PHP 5 application but am having lots of problems trying to configure it to run on Windows XP and IIS.
I have installed Apache2.2 and PHP php-5.2.3-win32-installer.msi
I have made some changes and the last error message I got yesterday was this:
No input file specified.
I have tried to set the doc_root path in the .ini file to C:inetpub/wwwroot/finance/www and also delete it as I saw in some forums but to no avail.
I have set my IIS alias to the "www" folder since it contains the index.php file. It also contains another file I do not know what it is used for (.htaccess) and I left it alone.
http::/localhost/www
Today, when I tried to open the file again in IE,
http://localhost/www/index.php
I got the following error:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator,
[email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
I would appreciate very much if someone could help me to sort this problem out. What do I have to do to get the server back and running and get it to work with this PHP application?
Cheers