Visualizzazione dei risultati da 1 a 5 su 5
  1. #1

    Impedire directory listing

    Ciao

    Su apache, come faccio ad impedire il listing delle directory quando manca la index?
    Hey Barney, fantastico, hai portato un barile di birra!! Già, dove posso riempirlo?
    http://www.ibolli.it

  2. #2
    Moderatore di Server Apache L'avatar di marketto
    Registrato dal
    Sep 2001
    Messaggi
    5,858
    "Indexes
    If a URL which maps to a directory is requested, and the there is no DirectoryIndex (e.g., index.html) in that directory, then the server will return a formatted listing of the directory."
    http://httpd.apache.org/docs/mod/core.html#options


    devi modificare il file httpd.conf di apache...


    think simple think ringo

  3. #3
    se sei su linux e poi usare i file .htaccess creane uno con
    codice:
    Options -Indexes

  4. #4
    Ho tolto l'opzione indexes alla root, funziona

    Grazie
    Hey Barney, fantastico, hai portato un barile di birra!! Già, dove posso riempirlo?
    http://www.ibolli.it

  5. #5
    Utente di HTML.it L'avatar di JHammer
    Registrato dal
    Sep 2004
    Messaggi
    754
    Oppure aggiungi un index.html di redirect in ogni directory

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.