使用 .htaccess 压缩文件时出现 500 错误
2022-08-31 00:27:41
我正在尝试使用.htaccess压缩文件,但我收到500内部错误,
这是我尝试使用的代码。
# JavaScript compression htaccess ruleset
AddHandler application/x-httpd-php .js
php_value auto_prepend_file gzip-js.php
php_flag zlib.output_compression On
我也试过这个,但得到同样的错误,
<files *.html>
SetOutputFilter DEFLATE
</files>
有什么建议吗?