i cant access my wampserver machine, this is my specifications windows 10 wampserver 3.2.3.3 64bits Apache 2.4.46
i have edited this file "D:\Programs\wamp64\bin\apache\apache2.4.46\conf\extra\httpd-vhosts.conf", and replaced "Require local" to "Require all granted", below is the complete text in the file
# Virtual Hosts
#
<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>
and i have restarted all the services, but i cant access the server from other machine connected to the same network
The ip machine that has wampserver is "192.168.1.11", so in the other computer i entered in the browser that ip "192.168.1.11" and keeps loading about 4 minutes and stops.
can anybody help, is there something else i have to do?, thanks in advance