MOON
Server: Apache
System: Linux srvsg2.lunchactually.com 3.10.0-957.27.2.el7.x86_64 #1 SMP Mon Jul 29 17:46:05 UTC 2019 x86_64
User: matchmakinginsti (1004)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: /home/matchmakinginsti/public_html/home/wp-content/cache/minify/.htaccess
# BEGIN W3TC Minify cache
FileETag MTime Size
<IfModule mod_mime.c>
    AddType text/css .css_gzip
    AddEncoding gzip .css_gzip
    AddType application/x-javascript .js_gzip
    AddEncoding gzip .js_gzip
</IfModule>
<IfModule mod_deflate.c>
    <IfModule mod_setenvif.c>
        SetEnvIfNoCase Request_URI \.css_gzip$ no-gzip
        SetEnvIfNoCase Request_URI \.js_gzip$ no-gzip
    </IfModule>
</IfModule>
<IfModule mod_expires.c>
    ExpiresActive On
    ExpiresByType text/css A31536000
    ExpiresByType application/x-javascript A31536000
</IfModule>
<IfModule mod_headers.c>
    Header set Vary "Accept-Encoding"
</IfModule>
# END W3TC Minify cache
# BEGIN W3TC Minify core
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /home/wp-content/cache/minify/
    RewriteCond %{HTTP:Accept-Encoding} gzip
    RewriteRule .* - [E=APPEND_EXT:_gzip]
    RewriteCond %{REQUEST_FILENAME}%{ENV:APPEND_EXT} -f
    RewriteRule (.*) $1%{ENV:APPEND_EXT} [L]
    RewriteRule ^(.+\.(css|js))$ /home/index.php [L]
</IfModule>
# END W3TC Minify core