이미징 캐시 하는 mod_expires.c 어디에 넣어야 하나요??? 정보
이미징 캐시 하는 mod_expires.c 어디에 넣어야 하나요???
본문
오류가 나는곳의 주소를 알려주시면 더 빠르고 정확하게 답변 받을 수 있습니다.
오류 주소 :
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault A0
ExpiresByType application/x-javascript A604800
ExpiresByType text/css A604800
ExpiresByType text/javascript A604800
ExpiresByType image/jpeg A604800
ExpiresByType image/jpg A604800
ExpiresByType image/gif A604800
ExpiresByType image/png A604800
</IfModule>
이부분 어디에 넣어야 하나요?
호스팅 업체에 이 부분 넣어 달라고 문의 해야 하나요?
오류 주소 :
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault A0
ExpiresByType application/x-javascript A604800
ExpiresByType text/css A604800
ExpiresByType text/javascript A604800
ExpiresByType image/jpeg A604800
ExpiresByType image/jpg A604800
ExpiresByType image/gif A604800
ExpiresByType image/png A604800
</IfModule>
이부분 어디에 넣어야 하나요?
호스팅 업체에 이 부분 넣어 달라고 문의 해야 하나요?
댓글 전체
구글링해보니
사용장소: 주서버설정, 가상호스트, directory, .htaccess 라고 나오네요.
/www/.htaccess
에 해당 내용을 입력 하시면 됩니다.
사용장소: 주서버설정, 가상호스트, directory, .htaccess 라고 나오네요.
/www/.htaccess
에 해당 내용을 입력 하시면 됩니다.
감사합니다 ^^