nazar-pc/CherryTea.org/master/storage/pcache/.htaccess - Htaccess File

nazar-pc/CherryTea.org/master/storage/pcache/.htaccess

<FilesMatch ".(css|js|html)$">
  Allow From All
</FilesMatch>
<ifModule mod_expires.c>
  ExpiresActive On
  ExpiresDefault "access plus 1 month"
</ifModule>
<ifModule mod_headers.c>
  Header set Cache-Control "max-age=2592000, public"
</ifModule>
AddEncoding gzip .js
AddEncoding gzip .css
AddEncoding gzip .html

On Github License

Files

Download PDF of Htaccess file

Comments

Apache