Home > Backend Development > PHP Tutorial > Install and configure PHP to let apache and php work together_PHP tutorial

Install and configure PHP to let apache and php work together_PHP tutorial

WBOY
Release: 2016-07-13 17:25:32
Original
838 people have browsed it


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 in .conf to

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"

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/532047.htmlTechArticleInstallation 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 modify the main directory of the apache server doc_root=C:apachehtdo...
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template