<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
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
0 comments:
Post a Comment