标签 shtml 下的文章

让你的apache支持shtml

aries | php | 2009-04-17
打开你的httpd.conf首先要确认LoadModule include_module libexec/apache2/mod_include.so这上行没有注释掉!然后搜索“AddType text/html .shtml”,# AddType text/html .shtml# AddOutputFilter INCLUDES .shtml把这两行前面的#去掉。然后搜索“Options Indexes FollowSymLinks”在搜索到的那一行后面添加“ Includes”即将该行改变为 Options Indexes FollowSymLinks Inclu[阅读全文]
ė 6 0条评论 0
Ɣ回顶部