解析JS / CSS作为一个PHP文件中使用的htaccess作为一个、文件、CSS、JS

由网友(总有人盯着本萌的小尾巴看)分享简介:您好我一直在努力地试图做的htaccess以下,但它似乎并没有工作。Hi I have been trying so hard to do the following on htaccess but it does not seem to work.有人可以在那里帮助我吗?can someone out ther...

您好我一直在努力地试图做的htaccess以下,但它似乎并没有工作。

Hi I have been trying so hard to do the following on htaccess but it does not seem to work.

有人可以在那里帮助我吗?

can someone out there help me?

将AddType应用/ X的httpd - PHP的.js

我尝试了PHP4,PHP5版本中的所有的东西,我能找到谷歌,但我没有运气。

I tried the php4,php5 version all the things I could find on google but I had no luck.

你有什么我错过了吗?

在我file.js

有以下几...

<?php 

$(document).ready();//jquery/javascript
?>

我期待一个PHP的致命错误,但我清楚地看到上面为纯文本。

I am expect a php fatal error but I see exactly the above as plain text.

推荐答案

尝试:

<FilesMatch ".(js)$">
AddHandler application/x-httpd-php .js
</FilesMatch>
阅读全文

相关推荐

最新文章