mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 20:41:20 -05:00
if mod expires
This commit is contained in:
parent
c21d6c3f5a
commit
43581c47ef
@ -10,6 +10,7 @@ FileETag MTime Size
|
|||||||
ErrorDocument 404 /index.php
|
ErrorDocument 404 /index.php
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
|
||||||
|
<IfModule mod_expires.c>
|
||||||
ExpiresActive On
|
ExpiresActive On
|
||||||
ExpiresByType text/javascript "access plus 1 year"
|
ExpiresByType text/javascript "access plus 1 year"
|
||||||
ExpiresByType application/x-javascript "access plus 1 year"
|
ExpiresByType application/x-javascript "access plus 1 year"
|
||||||
@ -20,6 +21,7 @@ ExpiresByType image/jpg "access plus 1 year"
|
|||||||
ExpiresByType image/gif "access plus 1 year"
|
ExpiresByType image/gif "access plus 1 year"
|
||||||
ExpiresByType image/png "access plus 1 year"
|
ExpiresByType image/png "access plus 1 year"
|
||||||
ExpiresByType image/x-icon "access plus 1 year"
|
ExpiresByType image/x-icon "access plus 1 year"
|
||||||
|
</IfModule>
|
||||||
|
|
||||||
#AuthType Basic
|
#AuthType Basic
|
||||||
#AuthName "Backend"
|
#AuthName "Backend"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user