标签: .htaccess
1)我们可以在htaccess中手动列出文件类型以更改其“类型”:
AddType text/plain .php
但是有什么办法可以批量进行(例如*星号)
AddType text/plain .* //or AddType text/plain .ph*
2)AddType的替代品是什么,可以用一个命令将其应用于所有内容。
AddType