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.
<?php
include("Browser.php");
if( Browser::checkBrowserInternetExplorer() == true ) {
echo "IE is disable.";
}
?>
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} MSIE [NC]
RewriteRule .* - [F,L]
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} MSIE [NC]
RewriteRule .* ie_forbidden.html [R=301,L]