RewriteCond %{REQUEST_URI} !^/fail/$
RewriteCond %{HTTP_USER_AGENT} .*MSIE.*
RewriteRule .* /fail/ [R]
This redirects to the /fail/ page on your web site.
It will be interesting to see what happens to my log files.
(Reason in previous post.)
RewriteCond %{HTTP_USER_AGENT} .*MSIE.*
RewriteRule .* /fail/ [R]
This redirects to the /fail/ page on your web site.
It will be interesting to see what happens to my log files.
(Reason in previous post.)
rantmessage along the lines of, "we're sorry, the browser you are currently using does not comply with internationally recognized standards. Please notify your browser vendor, or switch to one that does.".I am redirecting all MSIE users to http://www.chaosreigns.com/fail/
acid3 test rather spectacularly, but I can still
access your page.