Files
crash-processor/htdocs/.htaccess
2013-10-13 14:24:48 +02:00

10 lines
225 B
ApacheConf

php_flag display_errors on
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/png "access plus 1 year"
ExpiresByType image/gif "access plus 1 year"
ExpiresByType text/css "access plus 1 hour"
</IfModule>