我通过 Apache屏蔽了Internet Explorer.htaccess
(IE 6~9) ,所以如果代理相当于Internet Explorer ,所有链接都会被屏蔽,现在我想问一下,是否可以忽略一些保留的链接?
这是我目前的.htaccess
:
RewriteCond %{HTTP_USER_AGENT} "MSIE [6-9]" [NC]
RewriteCond %{REQUEST_FILENAME} !ie
RewriteRule .* /ie [L]
我通过 Apache屏蔽了Internet Explorer.htaccess
(IE 6~9) ,所以如果代理相当于Internet Explorer ,所有链接都会被屏蔽,现在我想问一下,是否可以忽略一些保留的链接?
这是我目前的.htaccess
:
RewriteCond %{HTTP_USER_AGENT} "MSIE [6-9]" [NC]
RewriteCond %{REQUEST_FILENAME} !ie
RewriteRule .* /ie [L]