apache没办法改成允许其他地址访问,因为我httpd-vhost的文件里面内容跟老师的不一样

来源:2-4 WAMPServer多站点配置

慕瓜6232823

2015-04-11 21:09


#


<Directory "D:/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>


#

#


写回答 关注

1回答

  • OKIDD
    2015-04-15 23:18:47

    我也是这样。。。。。。。64位吗?

    慕瓜6232...

    对!我怀疑是不是当初下成32位的了

    2015-04-16 12:58:50

    共 1 条回复 >

PHP入门篇

PHP入门教程轻松学习,行业大牛帮您快速掌握PHP编程基础知识。

455957 学习 · 6306 问题

查看课程

相似问题