"03" Wampserver Integrated environment download and installation,
Wampserver Integrated environment Download and installation
1, w:windows,a:apache,m:mysql,p:php
2. Download Wamp Development Package URL: www.wampserver.com
3, install Wampserver: Double-click install package → run →next→ I accept →next→ directory →next→next→ install → no →next→finish
4. Test whether the installation is successful: Open browser → enter localhost→ carriage return → Wampserver information is successful
Software icon: Enter the localhost carriage return: installation is successful; On the right side of the taskbar, you can click the software icon. You can modify the language by right-clicking the icon. Can be modified to Chinese. LocalHost Local host phpMyAdmin database visualization management tool. www directory. The Web site root directory. Apache Webgrind website performance. "" Modify the Site directory for its own project directory, not the WWW directory. Modify Apache Ctrl+f Search input DocumentRoot such as our project in the Demo folder F, then you can change the file here: Modify here:
save, close. Restart the Web service. changes to the configuration file require a restart of the server.
Test for Successful modification:
in F:/demo New test.php The content is: Enter localhost/test.php in the browser success!! look at the WWW directory. The configuration of the Web integration Development package is to be modified. Under the installation directory: Open. Search: Menu.left or Direct search: "www directory"
Type: item;Caption:"www 目录";Action: shellexecute;FileName:"D:/wamp/www";Glyph:2
Modified to:
Type: item;Caption:"demo 目录";Action: shellexecute;FileName:"F:/demo";Glyph:2
Modify: Notepad opens; search menu.left (there may be multiple Menu.let) modifications:
Type: item;Caption:"${w_wwwDirectory}";Action: shellexecute;FileName:"${wwwDir}";Glyph:2
For:
Type: item;Caption:"demo 目录";Action: shellexecute;FileName:"F:/demo";Glyph:2
Stop all servers and exit. The server is turned on. The modification was successful.
http://www.bkjia.com/PHPjc/1073815.html www.bkjia.com true http://www.bkjia.com/PHPjc/1073815.html techarticle "03" Wampserver Integrated environment download and installation, Wampserver integrated environment download and install 1, w:windows,a:apache,m:mysql,p:php 2, download Wamp development package URL: Www.wampse ...