咨询热线:4006-75-4006
售前:9:00-23:30 备案:9:00-18:00 技术:7*24h
2. AddType部分去掉这两段注释:(就是代码前的“#”)
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml #这里注意如果你是html的文件就吧.shtml改为.html
3. Directory目录权限里面找到:
Options Indexes FollowSymLinks
增加Includes修改为:
Options Indexes FollowSymLinks Includes
4. 重新启动Apache,测试:
新建一个index.html的文档加入
<!-–#include file=”test.html”–->
Holle Word!,这是中间的内容
新建一个test.htmll的文档加入
<a href="http://www.landui.com">蓝队网</a>
显示: