Anxhelo Lushka
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
14 additions and
0 deletions
-
.htaccess
|
|
@ -35,3 +35,17 @@ RewriteRule ^([^\.]+)$ $1.php [NC,L] |
|
|
|
</IfModule> |
|
|
|
|
|
|
|
ErrorDocument 404 /404.html |
|
|
|
|
|
|
|
## EXPIRES CACHING ## |
|
|
|
<IfModule mod_expires.c> |
|
|
|
ExpiresActive On |
|
|
|
ExpiresByType image/jpeg "access plus 1 year" |
|
|
|
ExpiresByType image/gif "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 1 days" |
|
|
|
</IfModule> |
|
|
|
## EXPIRES CACHING ## |
|
|
|