我想更改php中默认的Content-Type

时间:2009-06-15 01:25:03

标签: php css apache

  

可能重复:
  Alternatives to PHP header function

我在httpd.conf中提到它如下,让你将css解释为php

<FilesMatch "\.css$">
   ForceType application/x-httpd-php
</FilesMatch

Content-Type以text / html格式输出,很麻烦。 因此,我将下一根电源线添加到css文件的顶部。

<?php header("Content-Type: text/css"); ?>

这不酷... 你知道如何输出text / css吗?

0 个答案:

没有答案