On the same LAN, how smart devices access the interface to the PC-side TP

Source: Internet
Author: User
The device and computer are in the same network segment, and an existing smart device requires access to the Thinkphp interface.
Normal access to this interface on the computer is:
http://localhost/demo/index.php/C/A
Or:
http://127.0.0.1/demo/index.php/C/A
So how can smart devices access the interface?
An attempt was made to access the IP, but it will appear: You do not have the permission to access in this server.
Modified Apache Httpd.config File:

< Directory / >     Options FollowSymLinks     AllowOverride None     Order deny,allow     Deny from all< /Directory >

Still does not have permissions. Does it have anything to do with firewalls?
Or if you use a computer to broadcast WiFi, so that the device connected to the WiFi, there will be no such situation?

Reply content:

The device and computer are in the same network segment, and an existing smart device requires access to the Thinkphp interface.
Normal access to this interface on the computer is:
http://localhost/demo/index.php/C/A
Or:
http://127.0.0.1/demo/index.php/C/A
So how can smart devices access the interface?
An attempt was made to access the IP, but it will appear: You do not have the permission to access in this server.
Modified Apache Httpd.config File:

< Directory / >     Options FollowSymLinks     AllowOverride None     Order deny,allow     Deny from all< /Directory >

Still does not have permissions. Does it have anything to do with firewalls?
Or if you use a computer to broadcast WiFi, so that the device connected to the WiFi, there will be no such situation?

Deny from all? Change to allow by all try

    1. Look at your phone's IP and computer is not in the same network segment, the same network segment and then use the PC ping your phone IP. If the ping does not pass, the router has done an intranet APR isolation, not connected, conditional can try to build hot pc

    2. HTTPD configuration, do not write dead servername, write * number

    3. Put the deny first, this is the blacklist setting

should be able to try to change the 127.0.0.1 to your computer's IP address.

  • Related Article

    Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.