I have installed WAMP on one computer, and I want to connect to the phpmyadmin from another one. When I type, in a browser, 192.168.1.2/localhost i got following message:
Forbidden You don't have permission to access /localhost on this server.
I have changed this line in Apache:
<Directory />
Options FollowSymLinks
AllowOverride None
Order deny,allow
Allow from all * from deny from all
</Directory>
How can I fix this?