css refresh [ ob_gzhandler IE Internet Explorer htaccess zlib compression ]

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
Norbert

css refresh [ ob_gzhandler IE Internet Explorer htaccess zlib compression ]

Post 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?
tsw
Power Poster
Power Poster
Posts: 1408
Joined: Tue Dec 13, 2005 10:50 pm

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

Post 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  ::)
Locked

Return to “[locked] Installation, Setup and Upgrade”