Have you ever encountered the phenomenon where the WampServer icon turns red and then turns orange? Can you solve this problem? Next, the editor will explain how to solve the problem of the WampServer icon turning orange after turning red. I believe it will definitely help you.
1. Check the installation path first. Chinese characters cannot appear.
2. If there is no Chinese in the path, test whether port 80 is occupied.
3. If port 80 is not occupied, go to step 4. If it is occupied, go to step 6.
4. If it is not occupied, there may still be Chinese characters in the path in the first step, or try the next step 8.
5. Restart Wampserver-restart all services again and see if they turn green
6. If port 80 is occupied, click Wampserver-Apache-httpd.conf, and then edit
7. Find "80" in the "ctrl+F" search
#Listen 12.34.56.78:80 Listen 0.0.0.0:80 Listen [::0]:80
and ServerName localhost:80
Change these port numbers to your preferred port number, such as 8080
8. If it still doesn’t work, check if Mysql is started and occupies the Mysql of Wampserver. Win key + R and enter: services.msc
Enter the service and find mysql
If started, stop the service
9. Repeat step 5.
Above, I have shared with you the processing operation of the WampServer icon that turns red and then turns orange. Friends in need should hurry up and read this article.