Welcome Guest, Not a member yet? Register   Sign In
CI 4 Output Compression
#4

(This post was last modified: 06-19-2021, 09:05 PM by InsiteFX.)

If I remember correctly there is a php.ini setting for it. Also you need to check your hosting provider
to see what types of encoding they allow. Check php.ini for mod_deflate.

Code:
# BEGIN GZIP
<ifmodule mod_deflate.c>
AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript
</ifmodule>
# END GZIP


This is for .htaccess GZip.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
CI 4 Output Compression - by [email protected] - 06-18-2021, 07:23 AM
RE: CI 4 Output Compression - by InsiteFX - 06-19-2021, 12:51 AM
RE: CI 4 Output Compression - by InsiteFX - 06-19-2021, 09:02 PM
RE: CI 4 Output Compression - by stopz - 09-02-2021, 12:19 AM
RE: CI 4 Output Compression - by nc03061981 - 12-10-2021, 08:07 PM



Theme © iAndrew 2016 - Forum software by © MyBB