惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

GbyAI
GbyAI
Vercel News
Vercel News
F
Fortinet All Blogs
Y
Y Combinator Blog
The GitHub Blog
The GitHub Blog
P
Proofpoint News Feed
M
MIT News - Artificial intelligence
Blog — PlanetScale
Blog — PlanetScale
H
Help Net Security
B
Blog RSS Feed
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Engineering at Meta
Engineering at Meta
爱范儿
爱范儿
V
Visual Studio Blog
Stack Overflow Blog
Stack Overflow Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
B
Blog
宝玉的分享
宝玉的分享
云风的 BLOG
云风的 BLOG
U
Unit 42
博客园 - 司徒正美
大猫的无限游戏
大猫的无限游戏
D
DataBreaches.Net
博客园 - 叶小钗
Hugging Face - Blog
Hugging Face - Blog
MongoDB | Blog
MongoDB | Blog
The Cloudflare Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
T
Tailwind CSS Blog
S
Schneier on Security
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
Apple Machine Learning Research
Apple Machine Learning Research
Attack and Defense Labs
Attack and Defense Labs
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
A
About on SuperTechFans
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
L
LangChain Blog
博客园 - 【当耐特】
Recorded Future
Recorded Future
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
aimingoo的专栏
aimingoo的专栏
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Hacker News: Ask HN
Hacker News: Ask HN
Jina AI
Jina AI
Schneier on Security
Schneier on Security
W
WeLiveSecurity
Microsoft Security Blog
Microsoft Security Blog
博客园_首页
博客园 - 聂微东

博客园 - 难得一蠢

去掉恼人的XHTML验证.. 完整linux下配置RMagick步骤 解决RMagick.so cannot open shared object问题 安装FastCgi错误( In function `init_module': ) 解决办法 [收藏]上班族的真实写照 使用GDI+绘制高质量图和字体(2) 双截棍 C语言版 (超搞笑) [转]C++0x展望[语言核心进化] 小蠢笔记:从继承特性来看构造函数 游子的心-祝福母亲 为了车票而奔波着..... 使用GDI+绘制高质量图和字体 MSN8.0测试邀请发放 李连杰年度巨作<霍元甲>主题曲:周杰伦唱 小问题: windows组件调用失败,无法加载安装安装程序:Wbemupgd.dll 管理者,请还程序员一片净土!! Java剑 VS .NET刀 -- 东山再起(论模式)(二)【推荐】 测测你的智商--我是92,属于弱智,唉 Java剑 VS .NET刀 -- 晨袭血战(论模式)(一)【推荐】 UML利器--Rational Rose Enterprise Edition 2003 安装破解步骤
如何让apache支持.shtml 让apache支持include标签
难得一蠢 · 2007-09-14 · via 博客园 - 难得一蠢

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

第一步,修改httpd.conf文件中,增加文件后缀
AddType   text/html   .shtml  
AddHandler   server-parsed   .shtml  

第二步:继续修改,增加options属性

  <Directory   />  
          Options   FollowSymLinks   MultiViews   Includes  
          AllowOverride   None  
          Allow   from   all  
  </Directory>  

很简单的两个步骤...略微记录下...

posted on 2007-09-14 00:10  难得一蠢  阅读(3553)  评论(0)    收藏  举报

刷新页面返回顶部