Skip to content

Commit

Permalink
Check if module exists
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudloff committed Oct 29, 2015
1 parent f1cb8b3 commit 9450b87
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
AddType application/x-web-app-manifest+json .webapp
ExpiresActive On
ExpiresByType application/javascript "access plus 1 week"
ExpiresByType text/css "access plus 1 week"
ExpiresByType image/png "access plus 1 week"
ExpiresByType image/jpeg "access plus 1 week"
ExpiresByType image/svg+xml "access plus 1 week"
<ifmodule mod_expires.c>
ExpiresActive On
ExpiresByType application/javascript "access plus 1 week"
ExpiresByType text/css "access plus 1 week"
ExpiresByType image/png "access plus 1 week"
ExpiresByType image/jpeg "access plus 1 week"
ExpiresByType image/svg+xml "access plus 1 week"
</ifmodule>
FileETag None

0 comments on commit 9450b87

Please sign in to comment.