如何让apache支持.shtml 让apache支持include标签_JAVA_编程开发_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
您所在的位置: 程序员俱乐部 > 编程开发 > JAVA > 如何让apache支持.shtml 让apache支持include标签

如何让apache支持.shtml 让apache支持include标签

 2011/8/24 8:11:12  iloveoracle  http://iloveoracle.iteye.com  我要评论(0)
  • 摘要:如何让apache支持.shtml让apache支持include标签第一步,修改httpd.conf文件中,增加文件后缀<br>addtypetext/html.shtml.htmladdoutputfilterincludes.shtml.html<br>addhandlerserver-parsed.shtml.html第二步:继续修改,增加options属性<directory/><br>
  • 标签:Apache
    如何让apache支持.shtml 让apache支持include标签
第一步,修改httpd.conf文件中,增加文件后缀<br>addtype ? text/html ? .shtml?? .html
addoutputfilter includes .shtml .html<br>addhandler ? server-parsed ? .shtml .html
第二步:继续修改,增加options属性
? <directory ? /> ? <br>? ? ? ? ? options ? followsymlinks ? multiviews ? includes ? <br>? ? ? ? ? allowoverride ? none ? <br>? ? ? ? ? allow ? from ? all ? <br>? </directory>??
?
然后搜索“options indexes followsymlinks” 【一定要找到你自己项目运行的目录】<br>在搜索到的那一行后面添加“ includes”<br>即将该行改变为 options indexes followsymlinks includes
重启即可
?
包含用法:
?
<!--#include file="sinykk.shtml"-->
 
发表评论
用户名: 匿名