Download and install the WAMPServer integrated environment

Source: Internet
Author: User
Tags website performance
: This article mainly introduces the download and installation of the WAMPServer integrated environment. if you are interested in the PHP Tutorial, refer to it. Download and install the WAMPServer integrated environment
1. W: windows,: Apache, M: MySQL, P: PHP
2. download WAMP Web site: www.wampserver.com

3. install WampServer: Double-click the installation package → run → Next → I accept → Next → directory → Next → install → no → Next → Finish
4. test whether the installation is successful: open the browser → Enter localhost → press enter → WampServer information appears, then the installation is successful

Software icon:

Enter localhost and press enter:

Installation successful;

Click the software icon on the right of the taskbar.

Right-click the icon to modify the language. It can be changed to Chinese.

Localhost local host

PhpMyAdmin database visual management tool.

Www directory. The root directory of the website.

Apache

WebGrind website performance.

[] Change the website directory to your project directory instead of the www directory.

ModifyApache

Ctrl + f search

Enter documentroot

For example, if our project is in the demo folder of drive F, you can change it like this.

Modify the file here:

Modify here

Is:

Save and close.

Restart the web service.

To modify the configuration file, you must restart the server.

Test whether the modification is successful:

In F:/demo

Create test. php

Content:

Enter localhost/test. php in the browser

Successful !!

Check the WWW directory.

The configuration of the web integration development kit must be modified.

In the installation directory:

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

  1. Type: item; Caption: "www directory"; Action: shellexecute; FileName: "D:/wamp/www"; Glyph: 2

To:

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

Modify again:

Open Notepad;

Search menu. left (there may be multiple menu. let)

Modify:

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

Is:

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

Stop all servers and exit.

Open the server.

Modified successfully.


The preceding section describes how to download and install the WAMPServer integrated environment, including Apache. if you are interested in the PHP Tutorial.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.