【发布时间】:2016-11-22 21:54:01
【问题描述】:
我已包含“包含”和“AddType text/html .shtml”
AddOutputFilter INCLUDES .shtml" 到我的 httpd.conf 文件标签中,并在我的 shtml 文件中写了<!--#echo var="DATE_LOCAL" -->,但是当我运行它时,日期没有显示出来。有什么想法吗?谢谢。
这是在我的 Apache Web 服务器文件夹中的 conf 文件目录标记中:
Options Indexes FollowSymLinks ExecCGI Includes
AllowOverride All
Require all granted
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
【问题讨论】: