Home > Backend Development > PHP Tutorial > wampserver3.0.4 mobile access appears 403

wampserver3.0.4 mobile access appears 403

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-08-04 09:21:00
Original
998 people have browsed it

After installing wampserver3.0.4, I hope to be able to access the page using my mobile phone. People online say that I need to modify it in httpd.conf in apache

#   onlineoffline tag - don't remove
    Require local
#   修改为     
#   onlineoffline tag - don't remove
    Require all granted    
Copy after login
Copy after login

But it doesn’t work, how to configure it?

Reply content:

After installing wampserver3.0.4, I hope to be able to access the page using my mobile phone. People online say that I need to modify it in httpd.conf in apache

#   onlineoffline tag - don't remove
    Require local
#   修改为     
#   onlineoffline tag - don't remove
    Require all granted    
Copy after login
Copy after login

But it doesn’t work, how to configure it?

Thanks for the invitation, I don’t know whether the wampserver3.0.4 installed by the questioner is on the local machine or the server,

If you are on this machine, you must make sure that your mobile phone and your computer are in the same local area network,

If there is no problem with the above configuration, try adding configuration in http.conf

<code> Options +indexes  
 Order deny,allow  
 Require all granted</code>
Copy after login

wamp has two modes: offline and online.
Click on wamp’s menu to see if the mode has been switched.

Related labels:
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
php data acquisition?
From 1970-01-01 08:00:00
0
0
0
PHP extension intl
From 1970-01-01 08:00:00
0
0
0
How to learn php well
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template