Home >Backend Development >PHP Tutorial >localhost Solution to the problem that Appserv cannot open localhost
When Appserv is installed, http://localhost or http://127.0.0.1 cannot be opened
If the port is not occupied (I have not installed IIS originally), just start it in the D:AppServApache2.2bin folder ApacheMonitor.exe.
Start Apache, run, and that’s it.
When logging in to phpmyadmin, the default account is: root
The password is the password you entered during installation.
If apache fails to run, 80% to 90% of the time the port is occupied. At this time, you need to use Ctrl+Alt+Del to kill certain processes. It's OK to leave the port empty. .
Otherwise, change the port.
In fact, you can use phpnow, which is also a good PHP environment implementation software.
The above introduces the localhost solution to the problem that Appserv cannot open localhost, including localhost content. I hope it will be helpful to friends who are interested in PHP tutorials.