在服务器上运行应用程序时出现以下错误。
错误:
内部服务器错误 服务器遇到内部错误或配置错误,无法完成您的请求。
请通过webmaster @ localhost与服务器管理员联系,以告知他们发生此错误的时间以及您执行的操作 在此错误之前执行。 服务器错误日志中可能会提供有关此错误的更多信息。
当我检查错误日志文件时,发现以下错误消息。
.htaccess: Invalid command 'Header', perhaps misspelled or defined by a module not included in the server configuration
在我的.htaccess
文件中,我正在使用Header
,如下所示。
<FilesMatch "\.(jpg|jpeg|png|gif|swf)$">
Header set Cache-Control "max-age=604800, public"
</FilesMatch>
请帮助我解决此错误。