文件名称:在线客服源码PHP源码
文件大小:1.83MB
文件格式:ZIP
更新时间:2013-11-12 15:09:14
PHP在线客服源码
PHP在线客服源码
【★★★ apache配置: ★★★】
运行 apache_1_3_12_win32.exe ,按照提示安装,安装目录不妨为:
c:apache
2. 修改 c:apachehttpd.conf,去掉ServerName前的“#”号,后面
跟本机的IP地址
3. 运行 c:apacheapache -i 将Apache安装成为Windows 2000的一个服务
4. 运行 net start apache 启动Apache
5. 将 c:apachehtdocsindex.html.en 改名为 index.html ,然后
在浏览器地址栏中输入: http://localhost
6 . DocumentRoot "c:/apache/htdocs" #默认的根路径
注意路径全都是用斜线而不是反斜线来分隔
7. DirectoryIndex index.html index.php index.php3 index.htm index.shtml
这一项指明了在每个目录中的默认文档及其顺序
8. 修改 c:apacheconfsrm.conf ,加入如下几行:
ScriptAlias /php/ "c:/apache/php/"
Addtype application/x-httpd-php .php
Action application/x-httpd-php "/php/php.exe"
e.g:
httpd.conf里面改为:
BindAddress *
ServerName 202.114.20.130
DocumentRoot "D:/webhost/Apache/htdocs"