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.
Как средствами .htaccess склеить с доменом все поддомены?
* IN A 192.168.0.1
Сделал.. Теперь как сделать чтобы набирая в браузере blablabla.domain.ru меня перебрасывало на domain.ru
options +followsymlinks
rewriteengine on
rewritecond %{HTTP_HOST} !(www)?\.domain\.ru
rewriterule ^(.*)$ http://domain.ru/$1 [L,QSA,R=301]