Home > Article > Backend Development > How to set up a php environment under windows
How to build a php environment under windows: first download and install ".NET Framework"; then download and install "Visual C Redistributable"; then download and install "WAMP Server"; and finally restart all services.
Recommended: "PHP Video Tutorial"
##Environment: windows server 20081. Download and install .NET Framework
My version is 4.6.1
After downloading: vc_redist.x64.exe, double-click to install.
The downloaded version is: WAMP3.0, double-click to install.
After the installation is complete, restart all services:
Test: Visit http://localhost in the browser to view the WAMP Server welcome page
The above is the detailed content of How to set up a php environment under windows. For more information, please follow other related articles on the PHP Chinese website!