菜单

htaccess redirect only for MSIE 5 and 6 and winxp

2011年10月7日 - htaccess

RewriteEngine on
#
# Redirect IE 5 and IE 6 requests to version-specific subdomains
RewriteCond %{HTTP_USER_AGENT} MSIE\ ([56])\. [OR]
RewriteCond %{HTTP_USER_AGENT} Windows\ NT\ 5\.1
RewriteRule ^(.*)$ http://www.domain.com/$1 [R=302,L]

发表评论

电子邮件地址不会被公开。 必填项已用*标注