QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 633|回复: 7

请教gugong一个问题

[复制链接]
发表于 2003-1-26 10:04:54 | 显示全部楼层 |阅读模式
http://bbs.uc88.com/download/
上面这个页面 在apache中的哪个网页文件呢?
我想把它美化一下~!

                             谢谢~!
发表于 2003-1-26 19:45:14 | 显示全部楼层
你这个是在没有index.html等文件的情况下,Apache自己扫描你的目录的...你可以在apache的httpd.conf里把这个给改了,不要他显示你的目录...
回复

使用道具 举报

发表于 2003-1-27 13:35:00 | 显示全部楼层
噢,你是珠海的呢 !

这样也很好啊。或者直接作一个 首页文件,然后在这个文件里面直接指定链接的位置。
回复

使用道具 举报

 楼主| 发表于 2003-1-27 18:55:07 | 显示全部楼层
做个首页我会~!我知道在 download 目录下 的options 选项里 加indexes
当目录下没有默认的首页时就 显示出目录下的文件结构 ,
现在我想知道 上面显示出来的这个页面 在apache里的哪个文件呢?
回复

使用道具 举报

发表于 2003-1-28 08:05:50 | 显示全部楼层
#
# Directives controlling the display of server-generated directory listings.
#
〈IfModule mod_autoindex.c〉

    #
    # FancyIndexing is whether you want fancy directory indexing or standard
    #
   IndexOptions FancyIndexing NameWidth=*

    #
    # AddIcon* directives tell the server which icon to show for different
    # files or filename extensions.  These are only displayed for
    # FancyIndexed directories.
    #
    AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip

    AddIconByType (TXT,/icons/text.gif) text/*
    AddIconByType (IMG,/icons/image2.gif) image/*
    AddIconByType (SND,/icons/sound2.gif) audio/*
    AddIconByType (VID,/icons/movie.gif) video/*

    AddIcon /icons/binary.gif .bin .exe

...........................................

〈/IfModule〉
回复

使用道具 举报

 楼主| 发表于 2003-1-28 09:03:57 | 显示全部楼层
谢谢~! 呵呵~!
回复

使用道具 举报

发表于 2003-1-28 09:06:41 | 显示全部楼层
我觉得描写的已经很清楚了呀:

    #
    # ReadmeName is the name of the README file the server will look for by
    # default, and append to directory listings.
    #
    # HeaderName is the name of a file which should be prepended to
    # directory indexes.
    #
    # If MultiViews are amongst the Options in effect, the server will
    # first look for name.html and include it if found.  If name.html
    # doesn't exist, the server will then look for name.txt and include
    # it as plaintext if found.
    #
    ReadmeName README
    HeaderName HEADER
回复

使用道具 举报

 楼主| 发表于 2003-1-28 09:12:08 | 显示全部楼层
刚才没有 进linux看 httpd.conf 文件  现在知道拉~~~~~~~~!谢谢!
下次再请教
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-17 12:23 , Processed in 0.040188 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表