久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長(zhǎng)資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      php怎么設(shè)置根目錄

      php設(shè)置根目錄的方法:首先打開apache下的httpd.conf配置文件;然后找到配置【CocumentRoot “E:/php/Demo”】;最后根據(jù)需要設(shè)置根目錄路徑即可。

      php怎么設(shè)置根目錄

      具體方法:

      (推薦教程:php圖文教程)

      首先打開Apache下的httpd.conf文件;

      然后找到如下配置:

        DocumentRoot "E:/php/Demo"   <Directory "E:/php/Demo">

      (視頻教程推薦:php視頻教程)

      最后自定義根目錄路徑即可。例如你想設(shè)置的根目錄路徑為"D:Demo",則將其改成

       DocumentRoot "D:Demo"   <Directory "D:Demo">

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號(hào)-2    滬公網(wǎng)安備31011702889846號(hào)