.htaccess for expires and charset
This commit is contained in:
parent
3de6782a51
commit
3d41e5743d
1 changed files with 8 additions and 0 deletions
8
.htaccess
Normal file
8
.htaccess
Normal file
|
@ -0,0 +1,8 @@
|
|||
# add expires header
|
||||
<IfModule mod_expires.c>
|
||||
ExpiresActive On
|
||||
ExpiresDefault "access plus 1 week"
|
||||
</IfModule>
|
||||
|
||||
# early charset
|
||||
AddDefaultCharset UTF-8
|
Reference in a new issue