.htaccess: Invalid command 'Header', perhaps misspelled or defined by a module not included

Posted 无影飞絮剑

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了.htaccess: Invalid command 'Header', perhaps misspelled or defined by a module not included 相关的知识,希望对你有一定的参考价值。

php项目 .htaccess文件配置如下:

#文件缓存时间配置
<FilesMatch ".(flv|gif|jpg|jpeg|png|ico|swf|js|css)$">
    Header set Cache-Control "max-age=600"
</FilesMatch>

 

.htaccess: Invalid command ‘Header‘, perhaps misspelled or defined by a module not included in the server configuration

信息提示  有模块丢失。

解决办法:

在Apache的配置文件 httpd.conf 中开启(去掉前面的#)  LoadModule headers_module modules/mod_headers.so  即可解决这个问题。

以上是关于.htaccess: Invalid command 'Header', perhaps misspelled or defined by a module not included 的主要内容,如果未能解决你的问题,请参考以下文章

sh commans utils

Cakephp:使用一个comman字段将多条记录添加到单个模型

sql 使用T-SQL将一串comman分隔的int分成Ints表

powershell 清理和交叉连接包含具有由comman或换行符分隔的多个条目的单元格的excel表

vi编辑文件保存后,提示""vimrc" E212: Can't open file for writing Press ENTER or type comman

is invalid是啥意思