seanmack Posted August 20, 2009 Share Posted August 20, 2009 I just installed PHP5, after installing Apache 2.2... Seems as tho both have installed properly, but URL: localhost/test.php and command line: c:\php\php-cgi test.php do not work... the command line prompted the following: Status: 404 Not Found X-Powered-By: PHP/5.3.0 Content-type: text/html No input file specified. Due to a conflict, i'm using port 8080 instead of 80... and I placed the test.php in the htdocs folder or Apache. Am I doing something wrong? Link to comment https://forums.phpfreaks.com/topic/171078-error-loading-a-php-page/ Share on other sites More sharing options...
trq Posted August 20, 2009 Share Posted August 20, 2009 If your using port 8080 the address would be.... http://localhost:8080/test.php. As for the cli, your should be using c:\php\php.exe not c:\php\php-cgi Link to comment https://forums.phpfreaks.com/topic/171078-error-loading-a-php-page/#findComment-902257 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.