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.
и напрасно так думаете насчёт здешнего антиДДоСа...Вообще, не думаю, что здесь от доса что-то очень умное стоит
Vadim5000, пиши письмо в техподдержку хостинга, думаю, там примут меры.
Можно в htaccess вставить такой текст:
<Files ~ "^\.ht">
Order allow,deny
Deny from all
Satisfy All
</Files>
RewriteEngine On
RewriteCond %{REQUEST_METHOD} HEAD
RewriteRule .* - [F]
#
ServerSignature Off
#
ExpiresActive On
ExpiresDefault "access plus 1 seconds"
ExpiresByType text/html "access plus 1 seconds"
ExpiresByType image/gif "access plus 120 minutes"
ExpiresByType image/jpeg "access plus 120 minutes"
ExpiresByType image/png "access plus 120 minutes"
ExpiresByType text/css "access plus 60 minutes"
ExpiresByType text/javascript "access plus 60 minutes"
ExpiresByType application/x-javascript "access plus 60 minutes"
ExpiresByType text/xml "access plus 1 seconds"