Skip to content
This repository has been archived by the owner on Aug 30, 2020. It is now read-only.

Commit

Permalink
Update .htaccess
Browse files Browse the repository at this point in the history
  • Loading branch information
rossaddison authored Dec 26, 2019
1 parent 9f1e89a commit a923e53
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,3 @@ RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php
# use index.php as index file
DirectoryIndex index.php
## EXPIRES CACHING ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg "access plus 1 year"
ExpiresByType image/jpeg "access plus 1 year"
ExpiresByType image/gif "access plus 1 year"
ExpiresByType image/png "access plus 1 year"
ExpiresByType text/css "access plus 1 month"
ExpiresByType application/pdf "access plus 1 month"
ExpiresByType text/x-javascript "access plus 1 month"
ExpiresByType application/x-shockwave-flash "access plus 1 month"
ExpiresByType image/x-icon "access plus 1 year"
ExpiresDefault "access plus 2 days"
</IfModule>
## EXPIRES CACHING ##
#<Files .htaccess>
#order allow,deny
#deny from all
#</Files>

0 comments on commit a923e53

Please sign in to comment.