php - No content after smarty gzip filter -


i tried smarty gzip plugin smarty gzip plugin.

    $stpl->loadfilter('output','gzip');  $stpl->display('file:'.$cnf->site_root.$cnf->client_tpl_path.$slang.'/main.tpl'); 

after this, site that:

screenshot

i don't know why browser not decoded gzip.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -

r - Update two sets of radiobuttons reactively - shiny -