I would like to see an option that would allow the admin to control wat web browsers can access the website, and to block the older versions of Internet Explorer, Firefox, and Opera!!!!
I would like to see an option that would allow the admin to control wat web browsers can access the website, and to block the older versions of Internet Explorer, Firefox, and Opera!!!!
good developing already takes older versions of browsers into account.
you can write this in yourself
Example:
<?php
// this would be a simple ns4 test, say to protect
//some page code that will not work in Netscape 4x
if ( browser_detection('browser') == 'ns4' ) { execute some code; }
else { execute some other code; }
?>
2 ways of doing this. go to .htaccess and then change index.php for default directory to a php file named whatever you want. add this code and modifty it to your liking...i recommend sending them to a page that says sorry we do not support your browser.
Bookmarks