Skip to content

Commit 19a2208

Browse files
author
zhourenjian
committed
Support gzip for those IE6.0 with XP SP2 installed.
1 parent b9d76f4 commit 19a2208

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sources/net.sf.j2s.lib/.htaccess

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
BrowserMatch ^Mozilla/4 no-gzip
88
# IE 5.5 and IE 6.0 have bugs! Ignore them until IE 7.0+
99
BrowserMatch \bMSIE\s7 !no-gzip
10+
# IE 6.0 after SP2 has no gzip bugs!
11+
BrowserMatch \bMSIE.*SV !no-gzip
1012
# Sometimes Opera pretends to be IE with "Mozila/4.0"
1113
BrowserMatch \bOpera !no-gzip
1214
AddOutputFilterByType DEFLATE text/css text/javascript application/x-javascript

0 commit comments

Comments
 (0)