< Zurück

03.02.2021 17:01:00 • Categories: Apache, Web • Tags: Htaccess, Rewrite

htaccess rewrite for all legacy internet explorers to static landing page

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

< Zurück | ^ nach oben