时间:2021-07-01 10:21:17 帮助过:12人阅读
让apache和php一起工作
找到httpd.conf中
AllowOverride None
Options None
并在文件末尾加上几句:
ScriptAlias /php3/ "c:/php3山/"
AddType application\x-httpd-php3 .php3 .php .phtml
Action application/x-httpd-php3 "/php3/php.exe"