Skip to content

Commit

Permalink
Update .htaccess
Browse files Browse the repository at this point in the history
  • Loading branch information
Wcowin committed Jul 26, 2023
1 parent 8fad466 commit 054fc07
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css application/x-javascript
ExpiresActive on
ExpiresDefault "access plus 1 month"
</IfModule>

<IfModule mod_expires.c>
ExpiresActive on
ExpiresDefault "access plus 1 month"
</IfModule>



0 comments on commit 054fc07

Please sign in to comment.