PHP Environment Building Tools _php Tutorial

Source: Internet
Author: User
Tags filezilla install wordpress mysql command line
has been using XAMPP to build a local PHP environment, before also introduced the local XAMPP build and install WordPress and how to let local xampp support rewrite redirection, but recently I xampp a lot of supernatural phenomenon, first after each installation of a day or two after the page will become 500 , load dump and even reinstall the system and the new installation will not start Apache and Mysql (non-port issues). Then find some other PHP local environment building tools.

7 Local PHP Environment building tools

1. XAMPP

XAMPP is a powerful local test platform, it integrates the necessary three functions, but also with the FileZilla, the software with a control panel, in which Apache, MySQL and FileZilla can be registered as system services or uninstall services, a service-initiated control button , and you can see the service running information in the lower part of the window. Although the panel is in English, it is clear and understandable. The advantage of registering as a system service is that the power-on can run automatically, but it consumes certain system resources, how to choose the user to decide. After the installation is successful and the service is successfully started, you can open the browser to enter http://localhost/and try to succeed. In the XAMPP page options, there is Chinese support.

2. Wamp Server

Its official website does not have Chinese, but the program supports Chinese. After starting the installer, it will prompt you to uninstall the old version, do not support the overlay upgrade, and then all the way next will be able to install successfully. It has an icon in the task tray, if the service starts abnormally, it is red, if it is partially abnormal it turns yellow; if everything is normal, it becomes white. These different color alerts make it easy to tell if your localhost can be opened at the moment. It can also switch between online and offline status, and there are also simplified Chinese options in the text language of the option, which is good.

3. Vertrigo Server

This is a lightweight wamp environment, but when you download it, the security component that comes with the Thunderbolt actually says it has a virus. After my scanning (ESS3.0) and use, this is completely a false alarm, so you can rest assured that use. Install all the way next, where phpMyAdmin actually have the original password, is Vertrigo, feel in the local test, this default is not necessary. It comes with a simple control panel, and the running status is also at a glance.

It is convenient to have a common link in its localhost page.

4. Phpnow

Phpnow is really simple, simple to install the program is a self-extracting program with RAR. Since the release of the shortcut is not, you have to find the folder to store the file, and then run Init.cmd this program to initialize. The initialization process prompts to set the password, because it is in the cmd command line, only the design of the password input, no password confirmation, so please set the time to be careful, do not forget. It also bashi Apache and MySQL to register as a service, boot from boot.

In the program folder, it also has control panel, but it is cmd, but very useful.

It's easier to uninstall, uninstall the service in the software's own control Panel, then close the entire folder and delete it. So convenient, the diagram is simple to try.

5. Phpstudy

Phpstudy is not the same, it contains iis+php and apache+php, the software recommended setting is the latter. In the task tray also has the icon, can open the Panel to see the service running state, is also very concise.

Open localhost, the standard PHP information interface appears.

6. Appserv

During the program installation, it prompts you to change the default port of 80 to the service port, which avoids conflicts caused by port sharing. can have password setting hint, but do much better than phpnow, software can also set character set, default is UTF-8. Although the software does not have a control panel, all operations are added to the Start menu with a shortcut, which is of course convenient. The software also comes with a MySQL command line terminal.

7. easyphp

The software, like its name, is really easy!. Install all the way next, but do not load Apache and MySQL as a service, so each use should be manually started. The software also has a simple control panel, and there's nothing else to say.

Note: The above introduction from the original linxo.cn, but the site is no longer, will not list the original address.

The two common problems

In fact, I only used xampp and easyphp, but generally the same, the two most often encountered is because the port problem can not start Apache, and can not be implemented locally rewrite.

1. Unable to start Apache due to port issues

If it is due to port problems can not start Apache, then shut down other programs, one of the test, determine which occupies 80 ports, the most common is the Thunderbolt.

2. Open the Rewrite module locally

Whether the other is applicable I don't know. Xampp and easyphp, find httpd.conf This file, open the editor, convert all allowoverride none to allowoverride all, then #loadmodule rewrite_module modules /mod_rewrite.so in front of the "#" can be removed.

http://www.bkjia.com/PHPjc/371723.html www.bkjia.com true http://www.bkjia.com/PHPjc/371723.html techarticle has been using XAMPP to build a local PHP environment, before also introduced the local XAMPP build and install WordPress and how to let local xampp support rewrite redirect, but recently my xampp appeared a lot of supernatural now ...

  • 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.