Language: apache
# Optimisation settings for BE files
<LocationMatch "/(typo3|t3lib)/">
<IfModule mod_expires.c>
ExpiresActive on
Language: apache
# Optimisation settings for FE files
<LocationMatch "/(fileadmin|typo3conf|typo3temp|uploads)/">
# Send expiry header
Language: apache
# Enable compression (reduce traffic by 70%)
# http://httpd.apache.org/docs/2.0/mod/mod_deflate.html
<LocationMatch "/
Language: actionscript
<FilesMatch "\.(?i:ico|png|gif|js|css|jpe?g)">
Header unset Last-Modified
</FilesMatch>
oder
# Or better . . . set se
Language: actionscript
# deny access to staticTS directory
<FilesMatch ".txt$">
Deny from all
</FilesMatch>
# deny access to staticTS dire