Home > Article > Backend Development > Solution to WampServer LAN mobile phone being unable to access
This article mainly introduces the solution to the problem that WampServer LAN cannot be accessed by mobile phones. It has certain reference value. Now I share it with you. Friends in need can refer to it.
After installing wamp, you want to use your mobile phone When accessing the web page under wamp on the computer through local area, the following prompt appears.
1. Open the http.conf file
Replace the original
Require local
with
Require all granted
2. Open the http.vhosts.conf file
and change the original
## Replace #Require local with
Require all granted
The mobile phone can access the page normally in the LAN
Solution to the configuration error of fastcgi_param in the nginx configuration file
The above is the detailed content of Solution to WampServer LAN mobile phone being unable to access. For more information, please follow other related articles on the PHP Chinese website!