English 中文(简体)
cakephp .htaccess, mime-types
原标题:cakephp .htaccess, mime-types
  • 时间:2009-08-26 05:53:37
  •  标签:

我有一台面包机1.2(1.2.2.8120),我正试图将日本手机的奇米型号改变在某些网页上,并用这个一条代码在电机/网路上。 htaccess file:

AddType application/xhtml+xml .xhtml

这些文件是C.xhtml,直接上载到光盘上,但固定的Cakephp网页没有工作。

I have tried to add the same .htaccess line of code to the app/.htaccess and /.htaccess files but it did not work. I also added the line:

主任 内容类型:xhtml+xml;

但是,这并不奏效。

提前感谢你们能够提供的任何帮助。

最佳回答

问题是,没有涉及“xhtml的扩展”的档案,因此阿帕奇无法确定这种类型。 实际援引的是<代码>webroot/index.php文档,因此,您可能希望确定.php文档的类型。 我认为,我已经看到了这一失败。

也可使用<代码>DefaultType 申请/xhtml+xml。

Setting a PHP header() first thing in the default.ctp layout might be the best option though.
Using the RequestHandler Components respondAs() to set the header should be the best option. AFAIA that s equivalent to an Apache header.

问题回答

。 http://www.pagebakers.nl/2007/06/05/using-json-in-cakephp-12/

它看起来像Cake抽象的内容型标题。 您只需要将“JSON”的内容类型改为“X射线”。





相关问题
热门标签