5, Phpstudy
Phpstudy is not the same, it contains iis+php and apache+php, the software recommendation setting is the latter. In the task tray There are also icons, you can open the Panel to see the service running state, but also very concise. The
opens localhost, which appears as a standard PHP information interface.
6, Appserv
When the program is installed it prompts you to change the default 80 port to the service port, which avoids conflicts from port sharing. can have password setting hint, but do better than phpnow, software can also set character set, default is UTF-8. Although the software does not have control panel, but all operations in the Start menu to add a shortcut, the use of course is very convenient. The software also comes with a MySQL command line terminal.
7, easyphp
Software as its name, it's really easy!. Install all the way next, but will not load Apache and MySQL as services, so each use will be manually started. The software also has a simple control panel and nothing else to say. Two common problems with
In fact, I've only used xampp and easyphp, but it's always the same, and the two most frequently encountered problems are the inability to start Apache because of port problems. and unable to implement rewrite locally.
1. Because the port problem does not start Apache
If it is because the port problem does not start Apache, then shut down other programs, one by one, to determine which occupies 80 ports, The most common is the Thunder.
2. Locally open rewrite module
Other applicable I don't know. Xampp and easyphp, find httpd.conf This file, open edit, replace all allowoverride none with allowoverride all, then #loadmodule rewrite_module modules The "#" number in front of the/mod_rewrite.so can be removed.