Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
<IfModule mod_charset.c>
CharsetRecodeMultipartForms off
SetEnv no-gzip dont-vary
ExpiresActive On
ExpiresDefault "access plus 1 hour"
ExpiresByType text/html A0
ExpiresByType text/xml A0
ExpiresByType text/css A0
ExpiresByType text/plain A0
ExpiresByType image/gif A0
ExpiresByType image/jpg A0
ExpiresByType image/jpeg A0
ExpiresByType image/png A0
ExpiresByType application/x-shockwave-flash A3600
ExpiresByType text/javascript A0
ExpiresByType application/x-javascript A0
RewriteEngine On
ErrorDocument 404 /index.php
RewriteRule ^admin.php /admin [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !=/favicon.ico
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
</IfModule>