CGI模式时候
ScriptAlias /php/ "C:/phpApache/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php “C:/phpApache/php/php-cgi.exe”
可以开启服务,但是提示:
Not Found
The requested URL /phpApache/php/php-cgi.exe/index.php was not found on this server.
我相当的晕:php-cgi.exe/index.php 这都写的出来问题补充: CGI模式时候
ScriptAlias /php/ "C:/phpApache/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php “C:/phpApache/php/php-cgi.exe”
可以开启服务,但是http://localhost:84/测试时提示:
Not Found
The requested URL /phpApache/php/php-cgi.exe/index.php was not found on this server.
我相当的晕:php-cgi.exe/index.php 这都写的出来