I faced problem to load some web page in Firefox and Crome browser
so i passed some code in .htaccess files.
code is given as follow:
php_value output_handler ob_gzhandler
simply copy and paste it to .htaccess file.
Also see that following lines are passed are not:
php_flag allow_call_time_pass_reference on
php_flag magic_quotes_runtime off
php_flag register_globals off
php_flag magic_quotes_gpc On
php_flag register_argc_argv on
php_value register_long_arrays on
php_value display_errors on
php_value allow_url_include on
to compress your files for faster loading
“php_value output_handler ob_gzhandler” is very useful.
Regard
Manoj Ninave
so i passed some code in .htaccess files.
code is given as follow:
php_value output_handler ob_gzhandler
simply copy and paste it to .htaccess file.
Also see that following lines are passed are not:
php_flag allow_call_time_pass_reference on
php_flag magic_quotes_runtime off
php_flag register_globals off
php_flag magic_quotes_gpc On
php_flag register_argc_argv on
php_value register_long_arrays on
php_value display_errors on
php_value allow_url_include on
to compress your files for faster loading
“php_value output_handler ob_gzhandler” is very useful.
Regard
Manoj Ninave
php_value output_handler ob_gzhandler
ReplyDeleteyes this code is very expensive to set problem of browsers when same code not work in different browsers. basically in scripts.
its great manoj
thanks