2
나는 젠드 프레임 워크를 사용하고 내가 css.php에 대한 만료 헤더를 설정하는 방법이css.php의 만료 헤더를 설정하는 방법은 무엇입니까?
같은 CSS 파일을 많이 있나요? 실제로 .htaccess가 작동하지 않습니다.
내 .htacess :
<IfModule mod_expires.c>
# Enable expirations
ExpiresActive On
# Default directive
ExpiresDefault "access plus 1 month"
# My favicon
ExpiresByType image/x-icon "access plus 1 year”
# Images
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
ExpiresByType image/jpg "access plus 1 month"
ExpiresByType image/jpeg "access plus 1 month"
# CSS
ExpiresByType text/css "access 1 month”
# Javascript
ExpiresByType application/javascript "access plus 1 year"
</IfModule>
이
난 당신의 .htaccess만을 사용이 – Rocstar
을 변경 htaccess로에서 다음을 시도해보십시오 주셔서 감사합니다 캐싱 후에 변경 되었습니까? :) – Sree
예 PageSpeed Insights with Google 확인 : – Rocstar