-
May162012
<IfModule mod_deflate.c>
AddOutPutFilterByType DEFLATE text/html text/plain text/xml
<IfModule mod_setenvif.c>
# Netscape 4.x has some problems...
BrowserMatch ^Mozilla/4 gzip-only-text/html
# Netscape 4.06-4.08 have some more problems
BrowserMatch ^Mozilla/4\.0[678] no-gzip
# M...阅读全文
-
Nov282011
对于APACHE用户来说,.htaccess文件的作用是不可小事的,下面来说说.htaccess对目录的优化吧。
首先确认的虚拟主机是否支持.htaccess,如果不支持,或者部分支持,也许下面说到的功能你将无法使用到,最明显的就是出现500错误。
首先我们在.htaccess中开启了索引模式
Options Indexes
下面是参数的用法
indexOptions FancyIndexing ScanHTMLTitles NameWidth=128 DescriptionWidth=256 HTM...阅读全文