.htaccess 和 Internet Explorer

发布于 2024-11-02 06:56:16 字数 510 浏览 0 评论 0原文

拥有一个允许某些 IPS 并允许任何 CSS 请求通过的 .htaccess 文件。这在除 IE 之外的所有浏览器中都能完美运行。没有加载任何 CSS

我尝试将一个 .htaccess 文件放入 CSS 文件夹中,该文件显示“允许所有内容”,但仍然没有成功。

在我的研究中,我看到一些模糊的提及爆炸器在哑剧类型上有问题,但仅此而已。以前有人遇到过这个吗?

AddType text/css .css
AddType application/x-httpd-php .css

<Files ~ "\.(css)$">
  order allow,deny
  allow from all
</Files>

<Limit GET POST PUT>
order deny,allow
deny from all
allow from 
allow from
allow from 
allow from  
allow from 
allow from 
</Limit>

Have an .htaccess file that allows certain IPS and is supposed to allows any CSS requests through. This works perfectly in every browser except IE. None of the CSS is loaded

I have tried putting an .htaccess file that says "allow everything" inside the CSS folder still no luck.

In my research have seen some vague references to exploder has problem with the mime type but no more. Anyone encountered this before?

AddType text/css .css
AddType application/x-httpd-php .css

<Files ~ "\.(css)$">
  order allow,deny
  allow from all
</Files>

<Limit GET POST PUT>
order deny,allow
deny from all
allow from 
allow from
allow from 
allow from  
allow from 
allow from 
</Limit>

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

晒暮凉 2024-11-09 06:56:16

获取 xyz/css/blake-secure-normal.css
200 OK (text/html)

看起来它认为它是 HTML 不会看那个。

GET xyz/css/blake-secure-normal.css
200 OK (text/html)

Looks like it thinks it HTML not Will look at that.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文