我想让我的切诺基为我的xml文件提供特定的mime类型。现在它只为所有xml文件提供mimetype application / xml。
在apache中,可以在/etc/apache2/apache2.conf中编写以下内容。
<directory dir>
AddType application/a a.xml
AddType application/b b.xml
AddType application/c c.xml
AddType application/d d.xml
</directory>
因此,例如dir / a.xml总是与内容类型application / a一起提供。我可以在切罗基做类似的事情吗?
答案 0 :(得分:0)
这应该可以解决问题。从那里,您可以保存,然后单击列表中的新规则,然后单击克隆按钮(在添加按钮旁边)并编辑其他文件。
这有点乏味但它确实有效。我确信如果你手动编辑配置文件会不会那么复杂,但他们不建议这样做。
希望有所帮助。