zoukankan      html  css  js  c++  java
  • wampServer 2.5 64位 更改"www 目录"不成功

    已经指到自己新目录了,修改了 apache的httpd.conf里面的内容如下

    修改: DocumentRoot "e:/phproot/"

    修改: <Directory "e:/phproot/">

    再修改wampmanager.ini和wampmanager.tpl
     
    1 修改C:wampwampmanager.ini:
     
    (1)打开:C:wampwampmanager.ini
     
    (2)查找:Type: item; Caption: "www 目录"; Action: shellexecute; FileName: "c:/wamp/www/"; Glyph: 2
     
    (3)修改:Type: item; Caption: "www 目录"; Action: shellexecute; FileName: "e:/phproot/"; Glyph: 2
     
    2 修改C:wampwampmanager.tpl:
     
    (1)打开:C:wampwampmanager.tpl
     
    (2)查找:Type: item; Caption: "${w_wwwDirectory}"; Action: shellexecute; FileName: "${wwwdir}"; Glyph: 2
     
    (3)修改:Type: item; Caption: "${w_wwwDirectory}"; Action: shellexecute; FileName: "e:/phproot"; Glyph: 2

    需要修改这个才生效很多人只修改了上面

    <VirtualHost *:80>
    ServerName localhost
    DocumentRoot d:/wamp64/www
    <Directory "d:/wamp64/www/">
    Options +Indexes +Includes +FollowSymLinks +MultiViews
    AllowOverride All
    Require local
    </Directory>
    </VirtualHost>
  • 相关阅读:
    BluetoothGetRadioInfo 函数
    BluetoothFindRadioClose 函数
    BluetoothFindNextRadio 函数
    BluetoothFindFirstRadio 函数
    BLUETOOTH_DEVICE_INFO 函数
    BluetoothSetServiceState 函数
    Bluetooth Functions
    union联合体学习
    置顶
    Toppo: 1
  • 原文地址:https://www.cnblogs.com/shanheyongmu/p/6922813.html
Copyright © 2011-2022 走看看