1 2 3 4 |
RewriteCond %{HTTP_USER_AGENT} (MSIE|Trident) [NC] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_URI} !^/unsupported-browser\.html RewriteRule ^(.*)$ /unsupported-browser.html [R=302,L] |
1 2 3 4 |
RewriteCond %{HTTP_USER_AGENT} (MSIE|Trident) [NC] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_URI} !^/unsupported-browser\.html RewriteRule ^(.*)$ /unsupported-browser.html [R=302,L] |