Jump to content

gzip compression


piuozorio

Recommended Posts

Hello all,

is possible to compress phpvms with something like this?

if (substr_count($_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip'))
ob_start("ob_gzhandler");
else
ob_start();

I have tried but allways get errors and css problems.

My homepage(root) isn't phpvms and is compressed, the foruns phpbb3(root/phpbb3) is compressed too.

The phpvms is in root/folder/phpvms but can´t compress.

To do the tests i used this website http://www.gidnetwor...s/gzip-test.php

Anyone ever tried?

Thank you

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...