.htaccess template, suggestions needed.
- by purpler
I compiled myself a .htaccess template and would like to know whether the caching and compressions is set up right, constructive suggestions and critics needed.
# Defaults
AddDefaultCharset UTF-8
DefaultLanguage en-US
FileETag None
Header unset ETag
ServerSignature Off
SetEnv TZ Europe/Belgrade
# Rewrites
Options +FollowSymLinks
RewriteEngine On…