标签: .htaccess internet-explorer responsive-design internet-explorer-7
我在IE7上遇到了与响应式网站的兼容性问题,需要快速进行短期修复。
可以将IE7的用户重定向到旧网站的兼容版本吗?这会有用吗?
RewriteEngine on RewriteCond %{HTTP_USER_AGENT} "MSIE [7]" [NC] RewriteRule ^(.*)$ http://example.com/ie [R=301,L]