Home  >  Article  >  Backend Development  >  Introduction to 7 PHP environment building tools_PHP tutorial

Introduction to 7 PHP environment building tools_PHP tutorial

WBOY
WBOYOriginal
2016-07-21 14:51:49987browse

 5. PHPStudy


PHPStudy is different. It contains IIS+PHP and Apache+PHP. The recommended software setting is the latter. There is also an icon in the task tray, and you can open the panel to see the service running status, which is also very simple.


Open localhost, and the standard PHP information interface appears.


6. AppServ


During the program installation process, it prompts you to change the default port 80 to the service port, which can avoid conflicts caused by port sharing. There is a password setting prompt, but it is much better than PHPNow. The software can also set the character set, and the default is UTF-8. Although the software does not have a control panel, shortcuts are added to the start menu for all operations, which is of course very convenient to use. The software also comes with a MySql command line terminal.


7. EasyPHP


As the name suggests, the software is really EASY! Install NEXT all the way, but Apache and MySql will not be loaded as services, so they must be started manually every time they are used. The software also comes with a simple control panel, and there’s not much else to say.


Two common questions


In fact, I have only used XAMPP and EasyPHP, but they are generally similar. The two most common problems I encounter are the inability to start Apache due to port problems, and the inability to implement Rewrite locally.


1. Apache cannot be started due to port problem


If Apache cannot be started due to a port problem, then close other programs and try them one by one to determine which one occupies port 80. The most common one is Thunder.


2. Open the Rewrite module locally


I don't know if it applies to others. For XAMPP and EasyPHP, find the httpd.conf file, open it for editing, replace all AllowOverride None with AllowOverride All, and then remove the "#" in front of #LoadModule rewrite_module modules/mod_rewrite.so.

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/371717.htmlTechArticle5. PHPStudy PHPStudy is different. It contains IIS+PHP and Apache+PHP. The recommended software setting is the latter. There are also icons in the task tray. You can open the panel to see the running status of the service. It is also very simple...
Statement:
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