Installation and configuration of PHP
/software/php-3.0.14-win32.zip
Installed in c:php3
Configuration: copy the c:php3php3.ini-inst file to php3.ini and merge it Modify
Set the main directory of the apache server doc_root=C:apachehtdocs
extension_dir=c:php3
Copy php3.ini to c:windows
Let apache and php work together
Find httpd Change
AllowOverride None
Options None
and add a few sentences at the end of the file:
ScriptAlias /php3/ " c:/php3山/"
AddType applicationx-httpd-php3 .php3 .php .phtml
Action application/x-httpd-php3 "/php3/php.exe"