RSS订阅
PHP程序员站--WWW.PHPERZ.COM  
网站地图
高级搜索
收藏本站

 当前位置:主页 >> PHP基础 >> 基础文章 >> 文章内容
如何让PHP+APAHCHE支持SSI?
[收藏此页[打印本页]   
来源:互联网  作者:未知  发布时间:2008-01-08

如何在PHP+APAHCHE+MYSQL环境下使用服务器端包含SSI?如果可以是不是配置好之后的页面后缀就是 .shtml呢?

phperz~com

不是,要让服务器支持shtml具体来说需要这几个步骤:

打开 apache的http.conf

Step 1: 找到

#AddType text/html .shtml
#AddHandler server-parsed .shtml

将前面的注释去掉

Step 2: 你需要给哪个虚拟机加上此功能,请在相应的虚拟机目录中加:

以下为引用的内容:
<Directory "/data1/apache/share/htdocs">

#
# This may also be "None", "All", or any combination of "Indexes",
# "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews".
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"

phperz.com


# doesn't give it to you.
#
    Options Includes FollowSymLinks MultiViews
# ~~~~~~~~ <= INCLUDES 启动shtml脚本中用
#
# This controls which options the .htaccess files in directories can
# override. Can also be "All", or any combination of "Options", "FileInfo",
# "AuthConfig", and "Limit"
#
    AllowOverride None

#
# Controls who can get stuff from this server.
#
    Order allow,deny
    Allow from all
</Directory>

 
 相关文章
 
发表评论
全部评论(0条)
 
 站内搜索
 热门搜索 基础  mysql  url  adodb
高级搜索 网站地图 站长工具 IP查询 收藏本站
 热点文章
 随机推荐
网站首页 | 网站地图 | 高级搜索 | RSS订阅
PHP程序员站 Copyright © 2007,PHPERZ.COM All Rights Reserved 粤ICP备07503606号 联系站长