Comment créer un répertoire d'affichage Apache
ringa_lee
ringa_lee 2017-05-16 17:00:52
0
1
575

L'environnement est wamp3 et Apache est 2.4. Lorsque j'utilisais wamp2.5 auparavant, le documentroot était désigné comme h:demo (il n'y a pas d'index.php ou similaire dans le répertoire principal). Chaque fois que j'ouvre localhost, c'est le cas. un répertoire de tous les projets. Cette fois, après la mise à jour de wamp3, j'ai constaté que l'ouverture de localhost n'était pas trouvée, mais le projet pouvait être ouvert en tapant localhost/test/ (il y a index.php en cours de test), indiquant que la configuration de documentroot est correcte. . J'ai vérifié comment afficher le répertoire Apache.
La réponse était que dans http.conf
Options Index FollowSymLinks
Mais j'ai découvert que j'avais cet élément

<Directory "H:/Demo">
    #
    # 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.4/mod/core.html#options
    # for more information.
    #
    Options Indexes FollowSymLinks

    #
    # AllowOverride controls what directives may be placed in .htaccess files.
    # It can be "All", "None", or any combination of the keywords:
    #   AllowOverride FileInfo AuthConfig Limit
    #
    AllowOverride all

    #
    # Controls who can get stuff from this server.
    #

#   onlineoffline tag - don't remove
    Require local
</Directory>
ringa_lee
ringa_lee

ringa_lee

répondre à tous(1)
洪涛

Options Indexes FollowSymLinks
去掉Indexes
变为
Options FollowSymLinks

Derniers téléchargements
Plus>
effets Web
Code source du site Web
Matériel du site Web
Modèle frontal