美文网首页
mac中更改xampp的根目录

mac中更改xampp的根目录

作者: wxking | 来源:发表于2018-04-02 23:51 被阅读0次

    1 打开 应用程序->XAMPP->xamppfiles->etc->httpd.conf 文档

    2commond+f搜索htdocs,搜到如下结果

    . # DocumentRoot: The directory out of which you will serve your
    . # documents. By default, all requests are taken from this directory, but
    . # symbolic links and aliases may be used to point to other locations.
    . #
    . DocumentRoot "/Applications/XAMPP/xamppfiles/htdocs"
    . <Directory "/Applications/XAMPP/xamppfiles/htdocs">

    3 修改DocumentRoot和Directory中的路径为你想要的路径,两个的路径要一样

    相关文章

      网友评论

          本文标题:mac中更改xampp的根目录

          本文链接:https://www.haomeiwen.com/subject/bvpfhftx.html