Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
;Listen 80
Listen a.b.c.d:80
Listen e.f.g.h:80
Listen i.j.k.l:80
<IfModule mod_ssl.c>
NameVirtualHost *:443
;Listen 443
Listen a.b.c.d:443
Listen e.f.g.h:443
Listen i.j.k.l:443
</IfModule>