How to open localhost website on android phone

 


<VirtualHost *:80>
  ServerName localhost
  ServerAlias localhost
  DocumentRoot "${INSTALL_DIR}/www"
  <Directory "${INSTALL_DIR}/www/">
    Options +Indexes +Includes +FollowSymLinks +MultiViews
    AllowOverride All
    Require all granted
  </Directory>
</VirtualHost>
RUN [Open]
 windows defender firewall
1. click on "Advance setting"
2. click "Inbound Rule"
2. click "New Rule"
3. select "port" option
4. select "sepecific local ports" Type : 80
5. select "allow the connection"
6. click on "Next" 
7. name (enter your port rule name)Ex: port 80 role
8. click "Finish"
NOTE: local host run ip address
Resource: https://www.thakkarworld.com/localhost-website-android-phone.html


Share on Google Plus

About Ram Pukar

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment

0 comments:

Post a Comment