使用IndexOptions FancyIndexing选项,
当访问没有DirectoryIndex指定文档的目录时,启用该选项可以针对目录下不同类型的文档指定相对应的icon
示例如下:
编辑httpd.conf,把下列代码放于任意位置:
IndexOptions FancyIndexing
AddIcon /other/icons/exe.gif .bin .exe
AddIcon /other/icons/dir.gif ^^DIRECTORY^^
AddIcon /other/icons/txt.gif .txt .php .PHP
AddIcon /other/icons/html.gif .htm .html
AddIcon /other/icons/image.gif .gif .jpg .bmp .png
重启apache
发表于 @ 2008年06月25日 14:35:00|评论(loading...)|编辑|收藏