ShivaGupta Posted October 1, 2013 Share Posted October 1, 2013 (edited) i geting Content Encoding Error The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression. on go daddy linux shared hosting with php 5.3..... i am working with a curl script that take 10 min to finish their work. and have many loops .. also i use this before all echo to get live output for($k = 0; $k < 80000; $k++) echo ' '; // extra spaces to fill up browser buffer most thing that script working fine with another linux hosting..........i have tryed 2 or 3 other hosting their that script working well .. here is php ini @ go daddy output_buffering = Off register_globals = off allow_url_fopen = on ignore_user_abort = On allow_url_include = On max_execution_time = 3000 expose_php = Off max_input_time = 3000 memory_limit = 512M variables_order = "EGPCS" extension_dir = ./ zlib.output_compression = Off implicit_flush = On allow_call_time_pass_reference = On safe_mode = Off safe_mode_gid = Off safe_mode_allowed_env_vars = PHP_ safe_mode_protected_env_vars = LD_LIBRARY_PATH upload_tmp_dir = /tmp precision = 12 SMTP = relay-hosting.secureserver.net url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fieldset=" ; Only uncomment zend optimizer lines if your application requires Zend Optimizer support ;[Zend] ;zend_optimizer.optimization_level=15 ;zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.3.3 ;zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.3 zend_extension=/usr/local/Zend/lib/Optimizer-3.3.3/ZendExtensionManager.so ;zend_extension_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.3/ZendExtensionManager_TS.so ; -- Be very careful to not to disable a function which might be needed! ; -- Uncomment the following lines to increase the security of your PHP site. ;disable_functions = "highlight_file,ini_alter,ini_restore,openlog,passthru, ; phpinfo, exec, system, dl, fsockopen, set_time_limit, ; popen, proc_open, proc_nice,shell_exec,show_source,symlink" so plz help me...to fix that provlem.... Edited October 1, 2013 by ShivaGupta Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.