Content encoding error问题解决方法

A few people have been experiencing the following error. UPDATE: The reason
for it happening is because when your browsers request a page from us, we
compress it when we send it back. This allows us to send your page faster, and
to send more pages to more people simultaneously. Some browsers (either older
ones or ones where the deafult settings have been changed) do not accept
compressed pages and have to be told to do so. We recommend that you use the
latest versions of Firefox, Safari (my personal favourite) or Google Chrome to
access the site (and the internet in general). “Content Encoding Error The page
you are trying to view cannot be shown because it uses an invalid or unsupported
form of compression. The page you are trying to view cannot be shown because it
uses an invalid or unsupported form of compression. * Please contact the web
site owners to inform them of this problem.” One of our customers (Matthew
McGinlay) has very kindly posted a solution, as below. Thank you Matt! The fix
is for firefox

1) In the address bar type “about:config” (but without the inverted
commas)

2) Tell it that you will be careful, Promise!!

3) In the filter type encoding

4) There should be one option reading “network.http.accept-encoding”

5) Click in the value column and type “true” (again without the inverted
commas)

6) This should fix it and you can search to your hearts content.

时间: 2024-07-31 20:32:38

Content encoding error问题解决方法的相关文章

throw er; // Unhandled 'error' event,博客园内发现问题解决方法,特此记录

原帖地址http://www.cnblogs.com/liuswi/p/4030216.html throw er; // Unhandled 'error' event events.js:72 throw er; // Unhandled 'error' event ^ Error: listen EADDRINUSE at errnoException (net.js:904:11) at Server._listen2 (net.js:1042:14) at listen (net.js

【IOS】IOS开发问题解决方法索引(一)

IOS开发问题解决方法索引(一) 1       Xcode工程调试时无法命中断点的问题 若没有勾选LLVM Compiler 1.6 –> CodeGeneration –> Generate Debug Symbols 一项,则程序调试时无法命中断点. 2       Xcode调试时查看变量的几种方法 Xcode如何查看内存中的数据 http://blog.csdn.net/evgd2288/article/details/8995779 Xcode的Debug中查看数据细节的方法 ht

【IOS】IOS开发问题解决方法索引(五)

1      Block教程系列 发布者:Seven's - 2013/04/22 - 分类:梦印象 ios开发block的使用指南,以及深入理解block的内存管理,也适用于osx开发. 讨论范围:block的使用,内存管理,内部实现. 不包含的内容:gc arc下的block内存,block在c++中的使用. Block介绍(一)基础 Block介绍(二)内存管理与其他特性 block介绍(三)揭开神秘面纱(上) block介绍(四)揭开神秘面纱(下) 2      iOS开发 git gi

svn: Can't convert string from 'UTF-8' to native encoding 解决的方法

今天在down代码时遇到了例如以下问题: [[email protected] ~]$ svn co https://xxxxxxxxxxxxx svn: Can't convert string from 'UTF-8' to native encoding: svn: xxxxxxxx/include/xml_inc/XML/?\194?\184? \194? \180?\194?\188?\195? \190 mcXML.h 这个问题主要是代码中包括了中文名字的文件,svn这边的编码不支持

Ubuntu遇到Please ensure that adb is correctly located at '...adb.exe' and can be executed 问题解决方法

上次我们在SDK更新的到最新的Android L版本之后,我发现我的ADT和android指定的版本不对应,我的ADT是22版本的,android L需要23版本以上的,版本不对应的话就无法加载这个SDK进去,通过上网查一下说是修改Android SDK目录下tolols目录下libs目录中plugin.prop这个文件,该文件打开一看就很容易知道要修改的是plugin.version=23.0.0这个,把它改成22就可以了,我改之后加载还真的是可以了,但是一个麻烦的问题又混淆我了,在运行项目的

CentOS 中使用yum出现的“UnicodeDecodeError: 'ascii' codec”问题解决方法

问题 新装了CentOS 6.5系统,打算使用yum安装程序是出现了如下错误: Loading mirror speeds from cached hostfile Traceback (most recent call last): File "/usr/bin/yum", line 29, in <module> yummain.user_main(sys.argv[1:], exit_code=True) File "/usr/share/yum-cli/y

关于C#中Timer定时器的重入问题解决方法

项目中用到了定时器随着服务启动作定时任务,按指定的准点时间定时执行相关操作,但是在指定准点时间内我只想让它执行一次,要避免重入问题的发生. 首先简单介绍一下timer,这里所说的timer是指的System.Timers.timer,顾名思义,就是可以在指定的间隔是引发事件.官方介绍在这里,摘抄如下: Timer 组件是基于服务器的计时器,它使您能够指定在应用程序中引发 Elapsed 事件的周期性间隔.然后可通过处理这个事件来提供常规处理. 例如,假设您有一台关键性服务器,必须每周 7 天.每

soapUI参数中文乱码问题解决方法&amp;soap UI工具进行web接口测试

soapUI参数中文乱码问题解决方法 可能方案1: 字体不支持中文,将字体修改即可: file-preferences-editor settings-select font 修改字体,改成能显示中文的,如FangSong 可能方案2: 如果响应报文有乱码,可尝试: file-preferences-http settings,不勾选response compression 注意:前两种修改都要将乱码窗口重新打开才生效. 可能方案3: 编辑soapui.bat文件,在 set JAVA_OPTS

【IOS】IOS开发问题解决方法索引(二)

IOS开发问题解决方法索引(二) 1       不使用ARC编译,-fno-objc-arc ios5 选择了ARC但是不使用ARC编译,-fno-objc-arc http://leobluewing.iteye.com/blog/1384797 http://blog.cnrainbird.com/index.php/2012/03/13/object-c_kai_fa_zhong_hun_he_shi_yong_huo_bu_shi_yong_arc/ 2       SIGABRT错误