Open the configuration file. \ Wamp \ bin \ apache \ apache2.4.9 \ conf \ httpd. conf,
<Directory "C:/Wamp/www/">
#
# Possible values for the options directive are "NONE", "all ",
# Or any combination:
# Indexes includes followsymlinks symlinksifownermatch execcgi Multiviews
#
# Note that "Multiviews" must be named * explicitly * --- "options all"
# Doesn' t give it to you.
#
# The options directive is both complicated and important. Please see
# Http://httpd.apache.org/docs/2.4/mod/core.html#options
# For more information.
#
Options indexes followsymlinks
#
# AllowOverride controls what directives may be placed in. htaccess files.
# It Can Be "all", "NONE", or any combination of the keywords:
# AllowOverride fileinfo authconfig limit
#
AllowOverride all
Require all granted # Add to allow external access
#
# Controls who can get stuff from this server.
#
# Onlineoffline tag-don't remove
# Require local # annotation requests local access
</Directory>
Restart the service and try again.
Configuration of wampserver2.5-apache2.4.9 allowing external access