The latest version of WampServer is 2.2D at present, but we should not go to the latest version, because the new versions of PHP and Mysql are relatively high, and the servers in reality cannot be upgraded so quickly, A higher Mysql version may even cause Joomla, a famous CMS system, to be unable to be installed. Therefore, we recommend a safe version.WampServer 2.0g, Click here to download
Install WampServer
1. Double-click the installation program (wampserver2.0g-1.exe ).
2. Select the installation location. I have selected the D disk.
3. During the installation process, you need to select the default browser to open the website.
Find the installation location of Firefox, right-click the Firefox icon, and the properties dialog box is displayed. The target address is the location of the firefox executable program.
Click here to find firefox.exe and continue the installation.
3. Continue the installation. Use the default settings for all subsequent settings. After the installation, select Launch and run WampServer. The WampServer image will appear in the lower right corner of the screen.
If the installation fails and the icon is not all white, it may be either yellow or red, indicating that the apache or mysql service is not started. Please follow the instructions below to exclude
Close all communication programs that may occupy ports, such as thunder, skype, or game clients, and restart wampserver.
In "start"-"run", type services. msc to bring up the local service settings and check whether the services wampapache and wampmysql are started properly. If not, open the service and check the reason for the failure.
4. Set language
After installation, the English version is used by default. If you do not like it, you can right-click the wampserver icon and select language> chinese
5. Configure WampServer
This is an important step. If the server is not configured properly, many problems may occur when running wp.
BytesEnable mod_rewrite moduleWampServer does not enable this module by default, but this is required for WordPress fixed connections, so enable it now
Find the httpd. conf file. If you have followed the steps above, the location is
D:/wamp/bin/apache/Apache2.2.11/conf/httpd. conf
Line 3 of the file, find
# LoadModule rewrite_module modules/mod_rewrite.so
Remove the previous # and restart WampServer.
BytesConfigure php. ini
Click the WampServer system icon and select PHP> php. ini, which will be opened in Notepad.
Find the following items and modify their values
Post_max_size