10 lines
225 B
ApacheConf
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>
|
|
|