Forum Moderators: phranque
<FilesMatch "\.(php¦html?¦js¦css)$">
php_value zlib.output_compression 2048
</FilesMatch>
But I get 'Internal Server Error' when I try to access any webpage.
I told the administrator, and he said that he didn't know what to change in the conf file. But he could fix it if I tell him. It seems as if the current settings doesn't allow php_value to be set in the htaccess file.
Could anyone please tell me what needs to be changed for this to work?
Thanks!
It is likely that php config directives need to be done at the server config level, not in .htaccess.
If this doesn't help (I'm not a php guru by any means), and if you don't get a more useful reply from someone else, you may want to try over in our php forum.
Jim