wampserver改变默认网站目录的办法
大家在做php项目时,很多项目都会用到wampserver。WampServe集成了Apache、MySQL、PHP、phpmyadmin,支持Apache的mod_rewrite,PHP扩展、Apache模块只需要在菜单
开发过php项目的都知道,大多数都会用到wampserver,接下来小编为大家分享下wampserver改变默认网站目录的方法。
需要修改的文件有以下三个:
apache2的配置文件 httpd.conf 和 Wampserver的 配置文件wampmanager.ini和wampmanager.tpl
其中httpd.conf 可以找到安装目录:下 bin\apache\apache2.x.xx\conf\httpd.conf 或者直接在wamp软件里面点击
打开配置文件后更改两处修改成指定的那个目录就可以了
这样配置文件中的目录已经更改了 但是这样还不行因为Wampserver是集成安装所以在Wampserver的配置文件中也有配置文件要修改
在Wampserver安装的目录下找到
wampmanager.ini
wampmanager.tpl
打开找到
wampmanager.ini中:
Type: item; Caption: "www directory"; Action: shellexecute; FileName: "F:\www"; Glyph: 2wampmanager.tpl中:Type: item; Caption: "${w_wwwDirectory}"; Action: shellexecute; FileName: "F:\www"; Glyph: 2
其中F:\www 是我指定的我的目录 你可以自己制定自己的 修改成你自己的就可以了
然后重启Wampserver就ok了
最后还有一点如果用原来的那个index.php会报错
原因是这个php中的引用的Wampserver配置文件文件是相对路径
所以 如果还要用原来的那么就改成你相应的那个绝对路径 或者不用这个
下面在借助一个示例给大家文字说明一下
假设如下:
Wamp版本:2.1
WAMP2.0安装目录:C:/
www目录:C:/wamp/www/
变更目录:E:/phproot/
一 主要过程:
(1)修改 C:\wamp\bin\apache\Apache2.2.17\conf \httpd.conf(实现更改默认网站路径,即将定向到自己的默认目录:E:/phproot/)
(2)拷贝并修改index.php(使新默认网站路径中的index.php可以正常显示,如果不需要Index.php可以略过此步)
(3)修改C:\wamp\wampmanager.ini和C:\wamp\wampmanager.tpl(改菜单中的“www 目录”指向)
二 具体修改方法全过程:
第一步:修改C:\wamp\bin\apache\Apache2.2.17\conf \httpd.conf
查找: DocumentRoot "c:/wamp/www/"
修改: DocumentRoot "e:/phproot/"
查找:
修改:
第二步:拷贝并修改index.php
(1)拷贝:
将C:/wamp/www/拷贝至e:/phproot
(2)查找:
//chemin jusqu'au fichier de conf de WampServer
$wampConfFile = '../wampmanager.conf';
//chemin jusqu'aux fichiers alias
$aliasDir = '../alias/';
(3)修改:
//chemin jusqu'au fichier de conf de WampServer
$wampConfFile = 'c:/wamp/wampmanager.conf';
//chemin jusqu'aux fichiers alias
$aliasDir = 'c:/wamp/alias/';
第三步:修改wampmanager.ini和wampmanager.tpl
1 修改C:\wamp\wampmanager.ini:
(1)打开:C:\wamp\wampmanager.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:\wamp\wampmanager.tpl:
(1)打开:C:\wamp\wampmanager.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
完成所有步骤,保存文件,,至此修改成功。
以上通过图片介绍加文字说明的方式总结了wampserver改变默认网站目录的方法,希望大家喜欢。

Alat AI Hot

Undresser.AI Undress
Apl berkuasa AI untuk mencipta foto bogel yang realistik

AI Clothes Remover
Alat AI dalam talian untuk mengeluarkan pakaian daripada foto.

Undress AI Tool
Gambar buka pakaian secara percuma

Clothoff.io
Penyingkiran pakaian AI

AI Hentai Generator
Menjana ai hentai secara percuma.

Artikel Panas

Alat panas

Notepad++7.3.1
Editor kod yang mudah digunakan dan percuma

SublimeText3 versi Cina
Versi Cina, sangat mudah digunakan

Hantar Studio 13.0.1
Persekitaran pembangunan bersepadu PHP yang berkuasa

Dreamweaver CS6
Alat pembangunan web visual

SublimeText3 versi Mac
Perisian penyuntingan kod peringkat Tuhan (SublimeText3)
