PHP 以 CGI 方式安装到 Apache 2.0:
将如下指令插入到 Apache 的 httpd.conf 配置文件中,以设置 CGI 二进制文件:
ScriptAlias /php/ "c:/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php.exe"
PHP 以模块方式安装到 Apache 2.0:
移动 php4ts.dll 或者 php5ts.dll 到 winnt/system32(Windows NT/2000)或 windows/system32(Windows XP)。插入如下两行到 httpd.conf 中。
; For PHP 4 do something like this:
LoadModule php4_module "c:/php/php4apache2.dll"
AddType application/x-httpd-php .php
; For PHP 5 do something like this:
LoadModule php5_module "c:/php/php5apache2.dll"
AddType application/x-httpd-php .php
测试Apache:
打开浏览器,在地址栏中输入 http://localhost/ 或者 http://127.0.0.1/,,如果可以出现Apache页面" It works. ",则说明Apache正常工作了。
测试PHP设置:
编写一个PHP页面输入下面的代码:
hello
php5 is work!
将这个文件存为***.php存放在Apache的htdocs目录中(可以在http.conf文件中来更改这个目录的),打开浏览器,在地址栏中输入 http://localhost/***.php 或者 http://127.0.0.1/***.php ,如果***,php能够正确的显示,就说明PHP配置正常。

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

Atom editor mac version download
The most popular open source editor