1. APACHE1.3.9をインストールします(confディレクトリにhttpd.confファイルを設定します)
1.
#BindAddress * BindAddress 127.0.0.1 に変更されました
#Servername new.host.name が Servername localhost に変更されました
2.
APACHE に PHP4 をサポートさせます:
ScriptAlias /php4/ "C:/php4/"
AddType application/x-httpd-php4 .php
AddType application/x-httpd-php4 .php4
アクション application/x-httpd-php4 "/php4/php.exe"
3.
Apache 仮想ディレクトリを設定し、次の行を追加します:
Alias /test/ "c:/php3/test/"
Alias /jjjj/ "d:/timenet/"
4.
デフォルトの起動ドキュメントを追加します:
DirectoryIndexindex.html
DirectoryIndexindex.htm
DirectoryIndexindex.php
DirectoryIndexindex.php3
DirectoryIndexindex.php4
5.
テストファイルinfo.php:
?>
ブラウザに http://localhost/info.php と入力します
2. php4のインストール(php-4.0.2pl2-Win32.zip)
1.ソフトウェア パッケージを c:php4 に解凍します。
2. 次に、ディレクトリ内のすべての dll ファイルを c;winntsystem32 にコピーします。既存の dll ファイルを上書きしないでください。ディレクトリ内の 2 つのファイル php.exe と php.ini-dist を c:winnt にコピーします。 3. winntphp.ini-dist の名前を php.ini に変更し、Windows 拡張機能の項目は
extension_dir =c:php4
extension =php_ftp.dll | extension =php_mssql70.dll になります。 MSSQL7.0 はないのでこの項目は追加しないでください)