Home  >  Article  >  Backend Development  >  Apache2.44+PHP4.3.0 Quick Installation Guide ForWindows and Novices_PHP Tutorial

Apache2.44+PHP4.3.0 Quick Installation Guide ForWindows and Novices_PHP Tutorial

WBOY
WBOYOriginal
2016-07-13 17:28:29792browse

Preparation work: Download apache_2.0.44-win32-x86-no_ssl.exe from http://www.apache.org. Download php-4.3.0-Win32.zip from http://www.php.net. Installation steps: 1. Run apache_2.0.44-win32-x86-no_ssl.exe to complete the default installation. 2. Unzip php-4.3.0-Win32.zip to c: 3. Copy the file c:php-4.3.0-Win32php.ini-dist to Windows directory and rename it to php.ini. Also copy c:php-4.0.3-Win32php4ts.dll to the windowssystem directory (For Win98) or to the winntsystem32 directory (For NT4/NT5). 4. Use Notepad to edit the file C:Program FilesApache GroupApache2confhttpd.conf and add two lines: LoadModule php4_module c:/php-4.3.0-Win32/sapi/php4apache2.dll AddType application/x-httpd-php .php 5. Restart Apache, the entire installation process is over, it is as simple as adding the php module to httpd.conf. . . Test: 1. Use Notepad to write a test.php file and save it to C:Program FilesApache GroupApache2htdocs. The content is as follows: 2. Open the browser and run: http://localhost/test.php Hehe, it’s simple enough. Bar

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/531783.htmlTechArticlePreparation: Download apache_2.0.44-win32-x86-no_ssl at http://www.apache.org. exe Download php-4.3.0-Win32.zip from http://www.php.net Installation steps: 1. Run apache_2.0.44-win32-x86-no...
Statement:
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