Welcome Guest, Not a member yet? Register   Sign In
Disallow access from Internet Explore 6 and 7
#21

[eluser]brianw1975[/eluser]
There is an easier way, at least to avoid using system resources of firing up the CI software.

It can be done with a .htaccess file...

#IE7
RewriteCond %{HTTP_USER_AGENT} MSIE\s7\.
RewriteRule ^rule here$ /redirect.file [L]

#IE6
RewriteCond %{HTTP_USER_AGENT} MSIE\s6\.
RewriteRule ^rule here$ /redirect.file [L]

lil bit late, but its another answer.
#22

[eluser]John_Betong[/eluser]
 
This is better than my "Joke for today" Smile
 
 
 
#23

[eluser]ntheorist[/eluser]
if you're a jquery user and don't mind a client-side solution

http://plugins.jquery.com/project/jReject

n




Theme © iAndrew 2016 - Forum software by © MyBB