Welcome Guest, Not a member yet? Register   Sign In
Some Meta doesn't work with compression enable
#1

[eluser]Unknown[/eluser]
When I activate the compression gzip this following meta didn't show in my site. ( website http://www.rumah3d.com )
meta name="Keyword"
meta name="Description"

When I set the compression to FALSE, all of the META were shown.
Is there any solution for this?

Thanks and warm regards,

Ress
#2

[eluser]pistolPete[/eluser]
[quote author="lordress" date="1237365758"]When I activate the compression gzip...[/quote]

Did you use this setting?
Code:
$config['compress_output'] = TRUE;

It isn't changing your HTML at all, all it does is:
Code:
ob_start('ob_gzhandler');


Which browser are you using?
#3

[eluser]Unknown[/eluser]
Yes I am using
Code:
$config['compress_output'] = TRUE;

And I am using FF3. Some how when I view th source of my site, thoose META were lost.




Theme © iAndrew 2016 - Forum software by © MyBB