繁体中文
设为首页
加入收藏
当前位置:PHP技术首页 >> PHP基础 >> Win32下Apache 2.0.35 php 4.2.0安装扎记

Win32下Apache 2.0.35 php 4.2.0安装扎记

2004-12-15 08:00:00  作者:  来源:互联网  浏览次数:0  文字大小:【】【】【
简介:Win32下Apache 2.0.35 php 4.2.0安装扎记 1、安装界面比较有好,分别添入ServerAdmin、ServerName、post即可 如果你起用了DNS,会将DNS的设置作为默认配置,这点要注意。 当可见到默认主页时表明安装成功,一般没...
关键字:Apache Win32 php 4.2 2.0 35

Win32下Apache 2.0.35 php 4.2.0安装扎记

1、安装界面比较有好,分别添入ServerAdmin、ServerName、post即可

如果你起用了DNS,会将DNS的设置作为默认配置,这点要注意。

当可见到默认主页时表明安装成功,一般没有问题

2、默认的主页位置在[d]:/Program Files/Apache Group/Ahache2/htdocs

若需要修改可在httph.conf文件中修改(下同)

DucumentRoot "你的主页位置"

请同时修改

如需要配置用户主页,可修改

UserDir "用户主页集位置"

访问时用http://ServerName:post/~用户目录名

3、设定默认页面名

DirectoryIndex index.html index.html.var

改为

DirectoryIndex index.php index.html index.html.var

4、将

AddDefaultCharset ISO-8859-1

改为

AddDefaultCharset GB2312

以使输出页面的默认字符集为 gb2312,可防止出现乱码

5、在尾部添上(注意apache2filter.dll的真实路径)

LoadModule php4_module c:/php/experimental/apache2filter.dll

AddOutputFilter PHP .php

AddInputFilter PHP .php

AddType text/html .php

6、php4.2.0的安装与低版本相同

到此,大功告成,你可以享受Apache 2.0了

责任编辑:admin
相关文章