Загрузил файл
This commit is contained in:
parent
a2fa0d98c2
commit
3dc5f6798d
|
|
@ -0,0 +1,16 @@
|
|||
<IfModule mod_expires.c>
|
||||
ExpiresActive On
|
||||
ExpiresByType image/jpg "access 1 month"
|
||||
ExpiresByType image/jpeg "access 1 month"
|
||||
ExpiresByType image/gif "access 1 month"
|
||||
ExpiresByType image/png "access 1 month"
|
||||
ExpiresDefault "access 1 week"
|
||||
|
||||
Header set Access-Control-Allow-Origin "*"
|
||||
</IfModule>
|
||||
|
||||
RewriteEngine on
|
||||
|
||||
# Redirect everything to the public directory
|
||||
RewriteRule ^(.*)$ /public/$1 [L]
|
||||
|
||||
Loading…
Reference in New Issue