Revision | cb7cbd96983191fc4cfd6c7f6a83c7a12ae195ad (tree) |
---|---|
Zeit | 2004-09-04 21:11:16 |
Autor | henoheno <henoheno> |
Commiter | henoheno |
Prohibit compressed files
@@ -1,4 +1,4 @@ | ||
1 | -<FilesMatch \.(?i:ini\.php|lng|txt)$> | |
1 | +<FilesMatch \.(?i:ini\.php|lng|txt|gz|tgz)$> | |
2 | 2 | Order allow,deny |
3 | 3 | Deny from all |
4 | 4 | </FilesMatch> |