我的 .htaccess 文件中有这段代码,但我可以看到它RewriteEngine On重复了几次。我可以删除一些吗RewriteEngine On?
我也感兴趣 WP Rocket 的其余代码是否可以?
# Use UTF-8 encoding for anything served text/plain or text/html
AddDefaultCharset UTF-8
# Force UTF-8 for a number of file formats
<IfModule mod_mime.c>
AddCharset UTF-8 .atom .css .js .json .rss .vtt .xml
</IfModule>
# FileETag None is not enough for every server.
<IfModule mod_headers.c>
Header unset ETag
</IfModule>
# Since we're sending far-future expires, we don't need ETags for static content.
# developer.yahoo.com/performance/rules.html#etags
FileETag None
<IfModule mod_alias.c> …Run Code Online (Sandbox Code Playgroud) .htaccess ×1