Page 1 of 1

css refresh [ ob_gzhandler IE Internet Explorer htaccess zlib compression ]

Posted: Wed May 17, 2006 9:11 pm
by Norbert
  • Had IE+CSS problem (CSS not loading, CSS loading on reload, view source unresponsive).
  • Searched whole forum for help. Unsuccessfully.
  • Made 'phpinfo.php'.

Code: Select all

<?php phpinfo(); ?>
  • Found:
Configuration -> PHP Core -> Directive = output_handler -> Local Value = :o ob_gzhandler
  • CURSED HIS PROVIDER
  • Made '.htaccess'.

Code: Select all

php_value output_handler none
php_flag zlib.output_compression On
php_value zlib.output_compression_level 9
  • TOOK VACATION
Now I'm on vacation after spending 3 evening on this "feature" (being RPG programmer, not PHP).
CMS - simple to use and almost simple to install  ;)


Maybe CMS installer could automatically take care of such PHP configuration?

Re: css refresh [ ob_gzhandler IE Internet Explorer htaccess zlib compression ]

Posted: Thu May 18, 2006 9:27 am
by tsw
Some providers wont allow php settings changed from .htaccess  :( so we have to balance between all installations.

iirc. default .htaccess file (in doc/) includes those lines but commented out  ::)