【发布时间】:2018-01-29 09:24:53
【问题描述】:
我在 .htaccess 文件中编写了以下代码,但每当我加载 php 文件时,它都会显示此消息原因。
Options +MultiViews
DefaultType application/x-httpd-php
Options -Indexes
ErrorDocument 403 /403
ErrorDocument 404 /404
【问题讨论】:
-
好像已经不支持
DefaultType了,看这里:httpd.apache.org/docs/2.4/fr/mod/core.html#defaulttype -
“它显示这条消息” - 什么消息?
-
它显示了这一点->“忽略不推荐使用 DefaultType”消息。哈哈@MrWhite