The correct syntax for Apache 2.4.x is
<Directory "c:/wamp/www/">
Options Indexes FollowSymLinks
AllowOverride all
Require all granted
</Directory>
Now, if you really do not want to provide access to your site while you are developing it for the entire Internet, the best way would be
<Directory "c:/wamp/www/">
Options Indexes FollowSymLinks
AllowOverride all
Require local
</Directory>
localhost, 127.0.0.1 :: 1.:: 1 - IPV6 127.0.0.1
WAMPServer (Apache) ,
<Directory "c:/wamp/www/">
Options Indexes FollowSymLinks
AllowOverride all
Require local
Require ip 192.168.0
</Directory>
. 3 4 , ip .
, 192.168.0.x, , .
WAMPServer 2.4. , Apache MySQL , , - , , !