[an error occurred while processing this directive]

Как изменить expire дату для определенного типа файлов
В .htaccess пишем:
ExpiresActive On
ExpiresByType image/png "access plus 1 month"
ExpiresByType image/gif "access plus 1 month"
ExpiresDefault "access plus 1 month"
 
19.09.2001
Ключи: image, access, fault / Лицензия: CC-BY
Раздел:    Корень / Администратору / Сетевые сервисы / WWW, Apache httpd / Редирект, mod_rewrite

[an error occurred while processing this directive]

[an error occurred while processing this directive]