+ Responder ao Tópico



  1. #1
    kelvin
    Visitante

    Padrão opção para listar uma pasta

    Gang,

    qual a opção na conf do apache que permite a listagem de um diretorio? No meu, por padrao, nao deixa eu visualizar, por exemplo, http://ip_server/pasta, aparece como acesso negado. Mas deixa http://ip_server/pasta/teste.jpg

  2. #2

    Padrão opção para listar uma pasta

    é só colocar no apache

    Options Indexes

  3. #3
    kelvin
    Visitante

    Padrão opção para listar uma pasta

    no meu apache, por default, esta assim:
    #
    # Possible values for the Options directive are "None", "All",
    # or any combination of:
    # Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI Multiviews
    #
    # Note that "MultiViews" must be named *explicitly* --- "Options All"
    # doesn't give it to you.
    #
    # The Options directive is both complicated and important. Please see
    # http://httpd.apache.org/docs-2.0/mod/core.html#options
    # for more information.
    #
    Options -Indexes FollowSymLinks
    é aqui??

  4. #4

  5. #5

    Padrão opção para listar uma pasta

    basta alterar para:
    Options -Indexes All

    Falow!! :good: