阻止IE浏览我的网站?

tig*_*ell 3 internet-explorer cakephp

不想让Internet Explorer浏览我的网站,我想把精英主义带到第n级.

有没有办法做这样的事情?我的网站建立在CakePHP框架之上,如果有帮助的话.

472*_*084 5

我很确定所有IE版本都支持以下内容 - 但确实需要JavaScript.

<!--[if IE]>
<script type="text/javascript">
window.location = "http://www.google.co.uk/chrome"
</script>
<![endif]-->
Run Code Online (Sandbox Code Playgroud)