WAMPServer integrated environment download and installation

WBOY
Release: 2016-07-29 09:11:31
Original
1430 people have browsed it

WAMPServer integrated environment download and installation
1. W: windows, A: Apache 3. Install WampServer: Double-click the installation package → Run → Next → I accept → Next → Directory → Next → Next → Install → No → Next → Finish
4. Test whether the installation is successful: Open the browser → Enter localhost →Enter→The WampServer information appears successfully

WAMPServer integrated environment download and installation


Software icon:

WAMPServer integrated environment download and installationEnter localhost and press Enter:

The installation is successful;

WAMPServer integrated environment download and installation

On the right side of the taskbar, you can click the software icon.

WAMPServer integrated environment download and installationRight-click the icon to change the language. Can be modified to Chinese.

WAMPServer integrated environment download and installation

Localhost local host

phpMyAdmin database visual management tool.

www directory. Website root directory.

WAMPServer integrated environment download and installation

Apache

webGrind website performance.

【】Modify the website directory to your own project directory instead of the www directory.

ModifyApache

ctrl+f search

Enter documentroot

WAMPServer integrated environment download and installationFor example, if our project is in the demo folder of drive F, then we can change it like this

Modify the file here:

WAMPServer integrated environment download and installationModify this

to:

WAMPServer integrated environment download and installation

WAMPServer integrated environment download and installation

Save and close. WAMPServer integrated environment download and installation

Restart the web service.

Modifications to the configuration file require restarting the server.

Test whether it is successful Modify:

In F:/demo

New test.php

The content is:

at Enter localhost/test.php in the browser

Success! !

WAMPServer integrated environment download and installation

WAMPServer integrated environment download and installationLook at the WWW directory.

The configuration of the web integrated development package needs to be modified.

In the installation directory:

Open. Search: menu.left or search directly: "www directory"

WAMPServer integrated environment download and installation

Type

WAMPServer integrated environment download and installation:

item

    ;
  1. Caption<span></span>:<span></span>"www directory"<span> </span>;<span> </span>Action<span></span>:<span></span> shellexecute<span></span>;<span></span>FileName<span></span>:<span></span>"D:/wamp/www"<span></span>;<span></span>Glyph<span></span>:<span></span>2<span></span><span> </span><span></span> modified to: <span><p></p> <p></p> <ol><li><code><span>Type</span><span>:</span><span> item</span><span>;</span><span>Caption</span><span>:</span><span>"demo directory"</span><span>;</span><span>Action</span><span>:</span><span> shell execute</span><span>;</span><span>FileName</span><span>:</span> <span>"F:/demo"</span><span>;</span><span>Glyph</span><span>:</span><span>2</span>

Modify again:

WAMPServer integrated environment download and installation

Notepad opens;

Search menu.left There are multiple menus .let)

WAMPServer integrated environment download and installation

Modification:

  1. <span>Type</span><span>:</span><span> item</span><span>;</span><span>Caption</span><span>:</span><span>"${w_wwwDirectory}"</span> <span>;</span><span>Action</span><span>: </span><span> shellexecute</span><span>;</span><span>FileName</span><span>:</span><span>"${wwwDir}"</span><span>;</span><span>Glyph</span><span>:</span><span>2</span>

is:

  1. <span>Type</span> <span>:</span><span> item</span><span>;</span><span>Caption</span><span>:</span><span>"demo directory"</span><span>;</span><span>Action</span><span>:</span><span> shellexecute</span><span>;</span><span>FileName</span> <span>:</span><span>"F:/demo"</span> <span>;</span><span>Glyph</span><span>:</span><span>2</span>

Stop all servers and exit.

Opening the server.

WAMPServer integrated environment download and installation

Modification successful.

The above introduces the download and installation of the WAMPServer integrated environment, including Apache content. I hope it will be helpful to friends who are interested in PHP tutorials.

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template