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.
if($_SERVER['HTTP_HOST']=="[URL unfurl="true"]www.mydomain.co.uk"[/URL] || $_SERVER['HTTP_HOST']=="mydomain.co.uk"){
.... do something ....
} else {
.... do something else ....
}