| 关键词: application php AddType httpd 文件 程序 上一 htm 实质 一行 |
AddType application/x-httpd-php .php 加入“AddType application/x-httpd-php .php”、 “AddType application/x-httpd-php .html”两行, 你也可以加入更多,实质就是添加可以执行php的文件类型,比如你再加上一行 “AddType application/x-httpd-php .htm”,则.htm文件也可以执行php程序了,你甚至还可以添加上一行 “AddType application/x-httpd-php .txt”,让普通的文本文件格式也能运行php程序。 |
|
声明:文章版权归原作者所有 部分文章转自互联网 如有侵权请联系
[邮箱地址] 删除
|